nk20/apps/activity
Yohann D'ANELLO e974eaa1fe Tuple (name, date_start, date_end) must be unique for activities 2020-08-17 19:28:26 +02:00
..
api Reorder import statements of apps/activity 2020-08-10 15:30:39 +02:00
fixtures Improve activity interface 2020-08-06 17:41:30 +02:00
migrations move apps to own dir 2019-08-11 14:47:44 +02:00
templates/activity Reorder templates 2020-08-09 19:06:57 +02:00
tests move apps to own dir 2019-08-11 14:47:44 +02:00
__init__.py Unify file headers 2020-02-18 21:30:26 +01:00
admin.py Replace timezone.now().date() by date.today() 2020-08-16 00:36:34 +02:00
apps.py Unify file headers 2020-02-18 21:30:26 +01:00
forms.py Display a form error rather than a page error if a guest is already invited 2020-08-15 23:03:49 +02:00
models.py Tuple (name, date_start, date_end) must be unique for activities 2020-08-17 19:28:26 +02:00
tables.py Reorder import statements of apps/activity 2020-08-10 15:30:39 +02:00
urls.py Fix activity in Guest model 2020-03-27 19:16:38 +01:00
views.py Ensure that the user is authenticated before that it has the permission to see page 2020-08-15 23:27:58 +02:00