Initial commit with changed settings
authorNeil Smith <neil.git@njae.me.uk>
Mon, 3 Oct 2016 07:48:28 +0000 (08:48 +0100)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 3 Oct 2016 07:48:28 +0000 (08:48 +0100)
commit6cedca4c7f842348e3d59d725f1c3969944a1532
tree89cb11c40cc698d592279623a592fb49b78d335f
Initial commit with changed settings
27 files changed:
.gitignore [new file with mode: 0644]
djangogirls/pip-selfcheck.json [new file with mode: 0644]
djangogirls/pyvenv.cfg [new file with mode: 0644]
djangogirls/share/python-wheels/CacheControl-0.11.5-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/chardet-2.3.0-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/colorama-0.3.7-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/distlib-0.2.2-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/html5lib-0.999-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/ipaddress-0.0.0-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/lockfile-0.12.2-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/packaging-16.6-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/progress-1.2-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/pyparsing-2.0.3-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/retrying-1.3.3-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/setuptools-20.7.0-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/six-1.10.0-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl [new file with mode: 0644]
djangogirls/share/python-wheels/wheel-0.29.0-py2.py3-none-any.whl [new file with mode: 0644]
manage.py [new file with mode: 0755]
mysite/__init__.py [new file with mode: 0644]
mysite/django-girls.sublime-project [new file with mode: 0644]
mysite/settings.py [new file with mode: 0644]
mysite/urls.py [new file with mode: 0644]
mysite/wsgi.py [new file with mode: 0644]