- 30 Mar, 2017 1 commit
-
-
David Haynes authored
- uses enviornment vars - loads script that you can source when `vagrant ssh`'d in
-
- 14 Feb, 2017 1 commit
-
-
David Haynes authored
- this was included in the original version of Go before cas was fully utilised - I'm not sure it even works and has been sitting around for a long time - will slightly speed up builds
-
- 07 Feb, 2017 1 commit
-
-
David Haynes authored
- figured out how to test urls woo
-
- 24 Jan, 2017 1 commit
-
-
David Haynes authored
- thanks ubuntu
-
- 23 Jan, 2017 1 commit
-
-
David Haynes authored
- django_manage still runs the server with python2, working on it - can confirm manually running the server with python3 works
-
- 16 Jan, 2017 2 commits
-
-
David Haynes authored
- need to hack around a bit before cleaning up
-
David Haynes authored
- cannot force 3.6 development with apt afaik
-
- 11 Dec, 2016 1 commit
-
-
David Haynes authored
-
- 28 Aug, 2016 4 commits
-
-
David Haynes authored
- whoops
-
David Haynes authored
- upping our style game
-
David Haynes authored
- vs. having it exist already then it asking you to remove it
-
David Haynes authored
- including a test that always passes and ensuring you can run it
-
- 30 Jul, 2016 4 commits
-
-
David Haynes authored
- whoops
-
David Haynes authored
- upping our style game
-
David Haynes authored
- vs. having it exist already then it asking you to remove it
-
David Haynes authored
- including a test that always passes and ensuring you can run it
-
- 13 May, 2016 3 commits
-
-
David Haynes authored
- "have you ever asked your bitch for more bitches"?
-
David Haynes authored
This reverts commit 83b26899
-
David Haynes authored
This reverts commit 78a3a58a
-
- 30 Apr, 2016 3 commits
-
-
David Haynes authored
-
David Haynes authored
-
David Haynes authored
- the DB gets confused if you want to change models but the old migrations are still there - getting problems solved by nuking everything -- the :dhaynes: way! - now in master
-
- 23 Apr, 2016 1 commit
-
-
David Haynes authored
- sometimes despite being listed in installed_apps, go models will not be migrated, this ensures that
-
- 20 Apr, 2016 1 commit
-
-
Nicholas Anderson authored
Whew, that was quite a lot. Where do I start? To utilize Vagrant, you first need to install virtualbox and vagrant itself. After those are installed, simply do "vagrant up" from the project's root directory. That's it! It will install and set everything up for you. Once the playbook has completed provisioning, simply go to localhost:8000 in your browser. This directory is shared with the virtual machine, so all changes made here will be reflected live! Give it a shot!
-