- 08 Feb, 2017 2 commits
-
-
David Haynes authored
Dhaynes small nit See merge request !74
-
Grady Moran authored
Removed a $ at the end of the admin (not useradmin) page in urls.py that was breaking when you tried to access the page.
-
- 07 Feb, 2017 21 commits
-
-
David Haynes authored
Establish framework for testing and complete test_urls.py and test_pf See merge request !73
-
David Haynes authored
- variable names changed
-
David Haynes authored
- redirection tested
-
David Haynes authored
- also a note that reversing /admin just does not work
-
David Haynes authored
- fairly simple stuff here
-
David Haynes authored
- also fix some spaces
-
David Haynes authored
- also fix some coments
-
David Haynes authored
- chars, ints, _ and -'s
-
David Haynes authored
-
David Haynes authored
- figured out how to test urls woo
-
David Haynes authored
- also remove obsolete setup file
-
David Haynes authored
-
David Haynes authored
- bunch of blanks for now
-
David Haynes authored
-
David Haynes authored
adds two scoops style requirements.txt See merge request !71
-
David Haynes authored
-
David Haynes authored
- == over =
-
David Haynes authored
- also CI >>> ci
-
David Haynes authored
-
David Haynes authored
- oops, dd'd too much
-
David Haynes authored
-
- 05 Feb, 2017 2 commits
-
-
Grady Moran authored
-
Grady Moran authored
Modified requirements.txt to add the django-ratelimit (https://github.com/jsocol/django-ratelimit) version 1.0.1 Modified views.py to take a big chunk out of index function and put it in a post function. This allows the ratelimit decorations to work on that function.
-
- 04 Feb, 2017 3 commits
-
-
Leo Grandinetti authored
- added requirements directory with base, ci, prod, and dev txt file - requirements.txt in base directory redirects to requirements/base.txt - ci, prod, and dev all redirect to base.txt and installs their own specific packages at dhayne's discretion - when installing packages through pip3, command is pip3 install -r requirements/{preferred_requirement_file}.txt - possibly need to rewrite parts of installation wiki to accomodate, or not idk - Closes #131
-
David Haynes authored
- phew
-
David Haynes authored
- list out what we need to do
-
- 03 Feb, 2017 6 commits
-
-
David Haynes authored
-
David Haynes authored
- empty for the moment - there's a stackoverflow post on how to reverse urls for testing
-
David Haynes authored
- thanks :dbond: - create_user(tree) is not tested (!) this should be something to come back to maybe -- the thing is test_models.py already does this checking to ensure users are made correctly
-
David Haynes authored
- pfinfo('dhaynes3') should be ++
-
David Haynes authored
- unit test each condition - modify code based on test errors (thanks testing!)
-
David Haynes authored
- until everyone is on 3.6 we need to confirm things work on the most recent versions
-
- 02 Feb, 2017 6 commits
-
-
David Haynes authored
- that's what I get for copy-paste
-
David Haynes authored
- all with print checks, will be updated - let's try to break gitlab
-
David Haynes authored
- all the .py files we do not test
-
David Haynes authored
- how did _that_ get in there?
-
David Haynes authored
Resolve "404 page isn't working on production" See merge request !70
-
David Haynes authored
- put these in the default Django location - fix the squirrel photos from not displaying (important)
-