-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec5f21
commit acc7ec3
Showing
59 changed files
with
291 additions
and
1,391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
*.log | ||
*.pot | ||
*.pyc | ||
local_settings.py | ||
repo_name | ||
repo_name | ||
{{cookiecutter.repo_name}}/settings/local.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Daniel Greenfeld | ||
a7p | ||
a7p | ||
Marco Fucci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Daniel Greenfeld | ||
Daniel Greenfeld | ||
Marco Fucci |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# This file is here because many Platforms as a Service look for | ||
# requirements.txt in the root directory of a project. | ||
pylibmc==1.2.3 # | ||
-r requirements/production.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,8 @@ | ||
# Bleeding edge Django | ||
https://github.com/django/django/archive/1.6b1.tar.gz | ||
django<1.6 | ||
|
||
# Views, models, forms, and images fundamentals | ||
django-braces==1.2.2 | ||
django-model-utils==1.4.0 | ||
django-floppyforms==1.1 | ||
Pillow==2.1.0 | ||
dj-database-url==0.2.2 | ||
django-secure==1.0 | ||
|
||
# For user registration, either via email or social | ||
# Well-built with regular release cycles! | ||
django-allauth==0.12.0 | ||
|
||
# For the databse | ||
psycopg2==2.5 | ||
South==0.7.6 | ||
|
||
# Unicode slugification | ||
unicode-slugify==0.1.1 | ||
django-autoslug==1.7.1 | ||
|
||
# There are edge cases for South with Django 1.5+ that haven't been addressed yet. | ||
# South==0.8.1 | ||
https://bitbucket.org/andrewgodwin/south/get/59f6bae8b1a501ca14a5f23f8b11c44c42f33147.zip | ||
|
||
|
||
# Useful things | ||
# django-avatar that work with Django 1.5+ | ||
git+git://github.com/jezdez/django-avatar@6393d25166a6c2d2df0bd28e19f161fac2bb1166 | ||
|
||
|
||
# django-crispy-forms with support for Bootstrap 3 | ||
git+git://github.com/maraujop/django-crispy-forms@42c84a9b02d885de249c1d003c2e7ad031283c26 | ||
|
||
|
||
# Your custom requirements go here | ||
Pillow==2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
# Local development dependencies go here | ||
-r base.txt | ||
coverage==3.6 | ||
django-discover-runner==0.4 | ||
Sphinx | ||
|
||
|
||
# django-debug-toolbar that works with Django 1.5+ | ||
git+git://github.com/django-debug-toolbar/django-debug-toolbar@7e4ecfd04cfe61b51e1fd6fdf0ce1c800a3ebb3b | ||
-r testing.txt | ||
|
||
Sphinx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
# Pro-tip: Try not to put anything here. There should be no dependency in | ||
# production that isn't in development. | ||
-r base.txt | ||
|
||
gunicorn==0.17.4 | ||
django-storages==1.1.4 | ||
gevent==0.13.8 | ||
boto==2.9.5 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-r base.txt | ||
|
||
mock==1.0.1 | ||
model-mommy==1.0 |
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.