-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #660
base: master
Are you sure you want to change the base?
Develop #660
Conversation
cinema/migrations/0001_initial.py
Outdated
@@ -1,4 +1,4 @@ | |||
# Generated by Django 4.0.2 on 2022-05-03 13:41 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not modify existing migration file. Create a new one instead
cinema/urls.py
Outdated
@@ -1,10 +1,44 @@ | |||
from django.urls import path | |||
from django.urls import path, include | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need blank line here
cinema/serializers.py
Outdated
instance.save() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any need to add those blank lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ
No description provided.