Skip to content

Commit

Permalink
Disabled migrations on server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
gmork2 committed Feb 11, 2021
1 parent 20ffe08 commit fdf45fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
'APP_DIRS': True,
},
],
MIGRATION_MODULES={
'auth': None,
'contenttypes': None,
'soap_connector': None
},
REST_FRAMEWORK={
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.AllowAny',
Expand Down

0 comments on commit fdf45fa

Please sign in to comment.