Skip to content

Repository created for the purpose of evaluating the work in the class on the subject effective programming in Python.

License

Notifications You must be signed in to change notification settings

bubiasz/effective-python

Repository files navigation

EffectivePython

Repository created for the purpose of evaluating the work in the class on the subject effective programming in python

Run lab10 Django application

git clone ...repo link...
cd EffectivePython/lab10
python3 -m venv venv
source venv/bin/activate 
pip install django django-extensions django-mptt django-mptt-admin
python3 manage.py makemigrations app
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver

To add a user log in to admin panel

About

Repository created for the purpose of evaluating the work in the class on the subject effective programming in Python.

Resources

License

Stars

Watchers

Forks