Allow drawing once every day

The duration between two draws is controlled by settings.DRAW_TIME
Esse commit está contido em:
Gergely Polonkai
2015-11-26 16:56:55 +01:00
commit a53b2827a9
3 arquivos alterados com 25 adições e 1 exclusões

Ver arquivo

@@ -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'