Skip to content

This is where I build projects while learning Django from different resources.

Notifications You must be signed in to change notification settings

OmarKimo/learn-django

Repository files navigation

learn-django

This is where I build projects while learning Django from different resources

Index of resources and projects

You can run any web app by executing these commands in its corresponding folder

1. python manage.py migrate
2. python manage.py makemigrations
3. python manage.py runserver
After that you can open the website on http://127.0.0.1:8000/

And if you want to access the admin page, you must run python manage.py createsuperuser first

About

This is where I build projects while learning Django from different resources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published