-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Ksenia Zaytseva edited this page Sep 29, 2019
·
2 revisions
The application is implemented using Python and Django. It uses modules developed within DjangoBaseProject. It also provides REST API implemented with Django Rest Framework.
- Clone the repo
- Create and activate virtual environment, run
pip install -r requirements.txt
- Run:
python manage.py makemigrations --settings=vocabseditor.settings.dev
python manage.py migrate --settings=vocabseditor.settings.dev
python manage.py runserver --settings=vocabseditor.settings.dev
- SQLite database will be created automatically after running the above commands.
User guide for Vocabs editor