Skip to content

SEA-Tech/Technophilia

Repository files navigation

Technophilia

Tips to navigate through the directory

  1. Database configuration in astraverseproject/settings.py
  2. Images, CSS can be found in static folder of root directory
  3. pages folder contains the templates, models, views etc.
  4. views.py has the business logic with rendering templates
  5. accounts has the User(Donor) Schema
  6. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages