Skip to content

Installation

Ksenia Zaytseva edited this page Sep 29, 2019 · 2 revisions

Technical setup

The application is implemented using Python and Django. It uses modules developed within DjangoBaseProject. It also provides REST API implemented with Django Rest Framework.

Install

  1. Clone the repo
  2. Create and activate virtual environment, run pip install -r requirements.txt
  3. 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
  1. SQLite database will be created automatically after running the above commands.
Clone this wiki locally