django -crontab code example
Example: django
# Start a Project.
django-admin startproject
# cd into
# Create the application
python manage.py startapp
# Start using the files.
# Start a Project.
django-admin startproject
# cd into
# Create the application
python manage.py startapp
# Start using the files.