Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Updated django to version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed May 30, 2012
1 parent dfbc416 commit 1459085
Show file tree
Hide file tree
Showing 2,935 changed files with 268,047 additions and 98,927 deletions.
5 changes: 5 additions & 0 deletions bin/django-admin.py
@@ -0,0 +1,5 @@
#!/Users/rlr/.virtualenvs/funfactory/bin/python
from django.core import management

if __name__ == "__main__":
management.execute_from_command_line()
26 changes: 26 additions & 0 deletions lib/python/Django-1.4-py2.7.egg-info/PKG-INFO
@@ -0,0 +1,26 @@
Metadata-Version: 1.0
Name: Django
Version: 1.4
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: http://www.djangoproject.com/
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: UNKNOWN
Download-URL: https://www.djangoproject.com/m/releases/1.4/Django-1.4.tar.gz
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules

0 comments on commit 1459085

Please sign in to comment.