Skip to content

Excel-MEC/excelplay-circuimstance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExcelPlay Circuimstance

Follow the steps below to start the API server:

  • Primary requirements (These need to be preinstalled)
    • redis(production only)
    • postgresql
    • pip
    • virtualenv
  • Create a virtual environment and activate it
    $ virtualenv -p python3.6 server
    $ source server/bin/activate
  • Install the requirements
    $ cd excelplay_circuimstance/
    $ pip install -r requirements.txt
  • Run the dev server
    $ python manage.py ma emigrations
    $ python manage.py migrate
    $ python manage.py createsuperuser
    $ python manage.py runserver
  • If you are setting up a development server uncomment appropriate SECRET KEY SETTING

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published