Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 387 Bytes

englishpoint

Django App for managing Private Language School.

Setup

  • clone repository and after creating virtual environment in root directory run pip3 install -r requirements.txt
  • run python3 manage.py migrate
  • run python3 manage.py createsuperuser to create an admin

Run

  • in the root directory type python3 manage.py runserver and click in the link that pops out