Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
b3fdb2f6
Unverified
Commit
b3fdb2f6
authored
Jul 06, 2016
by
Thom Wiggers
📐
Browse files
Add some dev helpers
parent
3a9e133e
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b3fdb2f6
...
...
@@ -11,3 +11,6 @@ db.sqlite3
# rope
.ropeproject/
# venv from source_me.sh
venv/
dev-requirements.txt
0 → 100644
View file @
b3fdb2f6
tox
requirements.txt
View file @
b3fdb2f6
Django
==1.10b1
django-localflavor
django-localflavor
==1.3
source_me.sh
0 → 100644
View file @
b3fdb2f6
#!/bin/bash
echo
"run me as 'source ./source_me.sh', not as './source_me.sh'!"
if
[
-d
venv
]
;
then
source
venv/bin/activate
else
pyvenv venv
source
venv/bin/activate
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment