/CoreRepetition

Language school website with homepage and panel for students and teachers, built with Django framework.

Primary LanguagePython

CoreRepetition

Language school website built with Django framework

Instalation

git clone https://github.com/Alschn/CoreRepetition.git

cd REPO_PATH/CoreRepetition  

py -3 -m venv venv  

venv\Scripts\activate  

pip install -r requirements.txt  

python manage.py makemigrations  

python manage.py migrate  

python manage.py createsuperuser  

python manage.py runserver