-
Notifications
You must be signed in to change notification settings - Fork 0
ioqt00/hist
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
python requirements: pip install djangorestframework pip install django-filter In root dir : migrate db after update: python manage.py makemigrations appname python manage.py migrate run server : python manage.py runserver NOTE: it is a good idea to disable the browseable API in production with this configuration: REST_FRAMEWORK = { 'DEFAULT_RENDERER_CLASSES': ( 'rest_framework.renderers.JSONRenderer', ) }
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published