Skip to content

Conversation

@acsany
Copy link
Contributor

@acsany acsany commented Nov 29, 2024

Since this is a tutorial update, there are no step/ folders

@acsany acsany requested a review from bzaczynski November 29, 2024 16:37
Copy link
Contributor

@bzaczynski bzaczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acsany Overall, this looks good. I only left two small comments as of now, but let's wait until we sort out the tutorial first.

Comment on lines +29 to +32
```bash
(venv) $ python manage.py makemigrations
(venv) $ python manage.py migrate
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a missing step:

$ cd user_auth_intro/

@@ -0,0 +1 @@
Django==5.1.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably include all requirements for reproducibility:

asgiref==3.8.1
Django==5.1.3
sqlparse==0.5.2

Copy link
Contributor

@bzaczynski bzaczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acsany LGTM!

@brendaweles brendaweles merged commit 2ace37c into master Dec 6, 2024
1 check passed
@brendaweles brendaweles deleted the django-user-management branch December 6, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants