forked from django-extensions/django-extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://github.com/django-extensions/django-ex…
…tensions Conflicts: django_extensions/db/models.py
- Loading branch information
Showing
100 changed files
with
2,627 additions
and
718 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[django-extensions.master] | ||
file_filter = django_extensions/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django_extensions/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[main] | ||
host = https://www.transifex.net | ||
|
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,38 @@ | ||
=================== | ||
Django Extensions | ||
=================== | ||
|
||
Django Extensions is a collection of custom extensions for the Django Framework. | ||
|
||
Getting Started | ||
=============== | ||
|
||
The easiest way to figure out what Django Extensions are all about is to watch the `excellent screencast by Eric Holscher`__. In a couple minutes Eric walks you through a half a dozen command extensions. | ||
|
||
Getting It | ||
========== | ||
|
||
You can get Django Extentions by using pip or easy_install:: | ||
|
||
$ pip install django-extensions | ||
or | ||
$ easy_install django-extensions | ||
|
||
If you want to install it from source, grab the git repository from github and run setup.py:: | ||
|
||
$ git clone git://github.com/django-extensions/django-extensions.git | ||
$ cd django-extensions | ||
$ python setup.py install | ||
|
||
For more information look | ||
|
||
Documentation | ||
============= | ||
|
||
You can view documentation online at:: | ||
http://packages.python.org/django-extensions/ | ||
|
||
Or you can look at the docs/ directory in the repository. | ||
|
||
__ http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/ | ||
|
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
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
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
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
Oops, something went wrong.