Technophilia Tips to navigate through the directory Database configuration in astraverseproject/settings.py Images, CSS can be found in static folder of root directory pages folder contains the templates, models, views etc. views.py has the business logic with rendering templates accounts has the User(Donor) Schema admin panel can be found in /admin route. Running the project if running for the first time (or) made changes to models python manage.py makemigrations python manage.py migrate to run the project python manage.py runserver creating superuser python manage.py createsuperuser