Toshio Kuratomi
ae49022a2c
Merge pull request #574 from cchurch/django_manage_other_command
...
Add example of using django_manage to run other commands.
2015-06-30 06:47:00 -07:00
Toshio Kuratomi
86677f9ed5
Merge pull request #376 from lorin/django-expanduser
...
django_manage: expand ~ in app_path parameter
2015-06-25 08:35:50 -07:00
Greg DeKoenigsberg
2a5f0bde87
Proper author info for all remaining modules
2015-06-15 15:53:30 -04:00
Florian Apolloner
afd0b3fcaa
Added os.path.expanduser to app_path in django_manage
2015-03-29 21:34:29 +02:00
Chris Church
d9360a7613
Update docs, add example of using django_manage to run other commands.
2014-12-26 01:29:54 -05:00
Peter Bwire
1710b45075
Update django_manage to add database option for migrate
...
Allow passing the database option to the django_manage module for migrations. This is usefull in situations where multiple databases are used by a django application.
2014-12-05 18:08:47 +03:00
Lorin Hochstein
d7db09a0eb
django_manage: expand ~ in app_path parameter
...
Allow users to specify app_path parameters that contain ~, for example:
app_path=~/myproject
2014-11-22 20:59:36 -05:00
Michael DeHaan
c8e1a2077e
file extensions!
2014-09-26 10:37:56 -04:00