/django-app

Primary LanguagePython

install Vagrant.

vagrant plugin install vagrant-parallels
vagrant up --provider=parallels
vagrant ssh

#(then, within the SSH session:)

python manage.py migrate

python manage.py createsuperuser

nohup python manage.py runserver [::]:8000 >&/dev/null &
exit

http://localhost:8000