-
Notifications
You must be signed in to change notification settings - Fork 845
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
Solution #770
base: master
Are you sure you want to change the base?
Solution #770
Conversation
oleksashcherbakov
commented
Aug 31, 2024
{% block content %} | ||
<p>Logged out</p> | ||
<a href="{% url 'login' %}">Click here to login again</a> | ||
{% endblock %} |
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.
Add blank lines in all places wherever it needs
taxi/migrations/0001_initial.py
Outdated
@@ -29,7 +29,7 @@ class Migration(migrations.Migration): | |||
('last_name', models.CharField(blank=True, max_length=150, verbose_name='last name')), | |||
('email', models.EmailField(blank=True, max_length=254, verbose_name='email address')), | |||
('is_staff', models.BooleanField(default=False, help_text='Designates whether the user can log into this admin site.', verbose_name='staff status')), | |||
('is_active', models.BooleanField(default=True, help_text='Designates whether this user should be treated as active. Unselect this instead of deleting accounts.', verbose_name='active')), | |||
('is_active', models.BooleanField(default=True, help_text='Designates whether this user should be treated as active. Unselect this instead of deleting registration.', verbose_name='active')), |
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
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!