Skip to content

fakedrake/DoctorVlahaWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Notes

Codeship Status for fakedrake/DoctorVlahaWeb

To have the site with a sample database run:

$ virtualenv --no-site-packages py
$ . ./py/bin/activate
$ pip install -r requirements.txt
$ python manage.py syncdb --all
<Fill in with your local instance details>
$ python manage.py migrate --fake

And then to run a local server

$ python manage.py runserver

And you can see it in localhost:8000.

About

Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors