-
Notifications
You must be signed in to change notification settings - Fork 24
New API endpoint
Romain edited this page Nov 5, 2020
·
2 revisions
- Add a new serializer in serializers.py. Don't forget to import the new model!
- Add a new class filter and class view (see views.py). Don't forget to import the new model and serializer!
- Add a new entry in urls.py
- restart apache: sudo service apache2 restart
Look at apache logs (/var/log/apache2/error.log) or django logs (/var/log/django-ihr/django-info.log)