annotate pip-requirements @ 151:c7be7def8b57

Bundles! (basic functionality) Changes made in this commit: * Added new dependencies (see pip-requirements) * Added new dependency and setup information to README * Deleted the included mptt app (in apps/mptt) in favour of just adding the dependency to pip-requirements (makes it easier to update, etc) * Changed the import convention to use `from apps.bundle.models import Bundle` rather than `from agora.apps.bundle.models import Bundle` because Celery was having problems with the latter style. Everything should still work. * Moved the syntax-highlighting and related code for snippets into separate HTML files so that they can be used by the bundle app And, of course, the ability to upload bundles. But wait! There's more! Changes still to come, for only $19.95 a month: * Bundle versioning * Automatic license integration (i.e. adding headers to files) * The ability to download bundles (zip, tar, etc) * Rating bundles * And much, much more! Batteries not included.
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 00:52:00 -0400
parents 9d6b313af86f
children 82e5600518be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
103
9d6b313af86f Upgrade Django version requirement to 1.3
dellsystem <ilostwaldo@gmail.com>
parents: 77
diff changeset
1 Django==1.3
75
e7182d781a0c Add pip requirements file
dellsystem <ilostwaldo@gmail.com>
parents:
diff changeset
2 Pygments==1.5
e7182d781a0c Add pip requirements file
dellsystem <ilostwaldo@gmail.com>
parents:
diff changeset
3 argparse==1.2.1
e7182d781a0c Add pip requirements file
dellsystem <ilostwaldo@gmail.com>
parents:
diff changeset
4 distribute==0.6.24
77
d4e5ef15326a Added django-openid-auth as a dependency
dellsystem <ilostwaldo@gmail.com>
parents: 76
diff changeset
5 django-openid-auth==0.4
75
e7182d781a0c Add pip requirements file
dellsystem <ilostwaldo@gmail.com>
parents:
diff changeset
6 django-registration==0.8
e7182d781a0c Add pip requirements file
dellsystem <ilostwaldo@gmail.com>
parents:
diff changeset
7 wsgiref==0.1.2
151
c7be7def8b57 Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents: 103
diff changeset
8 django-celery==3.1.0
c7be7def8b57 Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents: 103
diff changeset
9 django-mptt==0.5.4
c7be7def8b57 Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents: 103
diff changeset
10 django-sizefield==0.1
c7be7def8b57 Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents: 103
diff changeset
11 python-archive==0.2