Codeln sandbox

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Create a virtual env python 3.5 and above
  3. pip install -r requirements Create an env file DEFAULT_FROM_EMAIL= EMAIL_HOST_PASSWORD= EMAIL_HOST_USER= SECRET_KEY=
  4. on terminal follow the following commands
  5. python manage.py migrate .some app might not migrate with the whole bunch you can specify app name like. python manage.py migrate frontend
  6. python manage.py createsuperuser follow prompts to create an admin 7.python manage.py runserver