Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 257 Bytes

Initial environment setup

mkvirtualenv -p /usr/bin/python3.4 dzien_wydzialu
cd /vagrant
pip install -r requirements.txt

Development deployment

cd /vagrant
workon dzien_wydzialu
./manage.py migrate
./manage.py runserver_plus 0.0.0.0:8000