Skip to content
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

Add Django User Management files #618

Merged
merged 8 commits into from
Dec 6, 2024
Merged

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.

3 participants