Skip to content
Snippets Groups Projects
Commit d61af4ec authored by Piotr Gawron's avatar Piotr Gawron
Browse files

installation of django_cron

parent 28d8b239
No related branches found
No related tags found
1 merge request!47Resolve "Email to technician"
...@@ -5,4 +5,5 @@ psycopg2==2.6.2 ...@@ -5,4 +5,5 @@ psycopg2==2.6.2
pytz==2016.10 pytz==2016.10
lxml==3.7.3 lxml==3.7.3
python-docx==0.8.6 python-docx==0.8.6
django-cleanup==0.4.2 django-cleanup==0.4.2
\ No newline at end of file django_cron==0.5.0
...@@ -32,6 +32,7 @@ INSTALLED_APPS = [ ...@@ -32,6 +32,7 @@ INSTALLED_APPS = [
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django_cleanup', 'django_cleanup',
'django_cron',
'debug_toolbar', 'debug_toolbar',
'web' 'web'
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment