django-library-v2

To start using the app :

  • Create new database and modify DATABASES section in settings file

  • Delete migration files from adminn component except init.py adminn/migrations/

  • Python manage.py migrate

  • Create superuser

  • Pyhton manage.py makemigrations

  • Python manage.py migrate

  • You can run the app now _ python manage.py runserver _

You may want to start here

localhost:[port]/users/home