- Add translation feature to the website
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
python -m venv env - Activate virtual environment
source env/bin/activate - Install dependencies with
pip install -r requirements.txt
python manage.py createsuper
python manage.py collectstatic
python manage.py runserver
For Testing use 'http://localhost:8000/' as that is the domain URL in the settings.py
