Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django task

  1. Clone project from GIT repo
    git clone git@github.com:andrewast/milo-django-task.git
  1. Create virtualenv
    virtualenv venv --no-site-packages
  1. Activate environment and install project dependencies
    pip install -r requirements.txt
  1. Run migrations
    ./manage.py migrate
  1. Add initial data into DB
    ./manage.py db
  1. Run server
    ./manage.py runserver

About

Django task

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages