vault backup: 2024-11-02 19:04:40

Affected files:
docs/Guides/Django REST Framework/1 - Setup.md
docs/Guides/Django REST Framework/2 - Initialize your First Project.md
docs/Guides/Django REST Framework/3 - Project Structure.md
docs/Guides/Django REST Framework/4 - REST Framework Setup.md
docs/Guides/Django REST Framework/5 - User Setup and Migrations.md
docs/Guides/Django REST Framework/6 - Django Admin.md
docs/Guides/Django REST Framework/Django REST Framework.md
This commit is contained in:
Keannu Christian Bernasol 2024-11-02 19:04:40 +08:00
parent 848c9cdd58
commit b058b2d155
7 changed files with 18 additions and 6 deletions

View file

@ -229,4 +229,6 @@ With that out of the way, running your Django project (`python manage.py runserv
It's always important to apply your migrations before running your app, otherwise you might run into issues.
In the next section, you will be creating your first (superuser) account to access the Django admin panel.
In the next section, you will be creating your first (superuser) account to access the Django admin panel.
Up Next: [6 - Django Admin](6%20-%20Django%20Admin.md)