Allow drawing once every day

The duration between two draws is controlled by settings.DRAW_TIME
This commit is contained in:
Gergely Polonkai
2015-11-26 16:56:55 +01:00
parent 3a1e234176
commit a53b2827a9
3 changed files with 25 additions and 1 deletions

View File

@@ -101,3 +101,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.8/howto/static-files/
STATIC_URL = '/static/'
DRAW_TIME = '1 00:00:00'