Repository with code to admin_panel using django framework
- Please Download and unpack,
- Open project: "project_django" (for example in PyCharm),
- Configure the interpreter and attach the missing packages using "pip install -r requirements.txt" in the console,
- Check migrations and applications ("manage.py migrate", and "manage.py makemigrations" in console)
- Use "manage.py runserver" to start website (all informations to log in to Admin Panel will be in MainPage).
- That is all what I made using django framework.