initial commit
This commit is contained in:
parent
c16fddf9b4
commit
ada9d99644
187 changed files with 37611 additions and 42 deletions
6
movie_manager/apps.py
Normal file
6
movie_manager/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MovieManagerConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'movie_manager'
|
Loading…
Add table
Add a link
Reference in a new issue