summaryrefslogtreecommitdiff
path: root/web_infrastructure/django_manage.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
|
* Call main in conditional way - web_infrastructureFabio Alessandro Locati2016-12-051-1/+2
|
* Examples syntax batch4 (#5620)Sam Doran2016-11-151-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change example syntax on authorized_key module * Change example syntax on cron module * Change example syntax on group module * Change example syntax on hostname module * Change example syntax on seboolean module * Change example syntax on selinux module * Change example syntax on service module * Change example syntax on sysctl module * Change example syntax on systemd module * Change example syntax on user module * Change example syntax on debug module * Change example syntax on fail module * Change example syntax on include module * Change example syntax on include_role module * Change example syntax on include_vars module * Change example syntax on pause module * Change example syntax on wait_for module * Change example syntax on apache2_module module * > Change example syntax on django_manage module * Change example syntax on htpasswd module
* Fix change status on django_manage collectstatic. (#4239)Vytis Banaitis2016-08-301-1/+1
| | | Ignore blank lines in collectstatic output.
* reuse already split output for filtering (#4310)Jan Malte Gerth2016-08-101-1/+1
| | | there is no need to call out.split('\n') multiple times (line 275 and 277)
* Merge pull request #2641 from aaronkurtz/develBrian Coca2016-01-251-1/+0
|\ | | | | Remove 'cache_table' from required params
| * Remove 'cache_table' from required paramsAaron Kurtz2015-12-071-1/+0
| | | | | | | | | | | | Starting in Django 1.7, the createcachetable command looks for cache table names in the CACHES settings dictionary, so cache_table is no longer required, but is still allowed.
* | Update django_manage documentationGraham Ullrich2016-01-231-2/+3
|/ | | | | As of Ansible 2.x, invocation of Django's ```manage.py``` requires a valid "shebang". Additionally, ```manage.py``` must be executable. The old invocation was hardcoded as ```python manage.py ...``` while the new invocation is ```./manage.py ...```. See [this PR](https://github.com/ansible/ansible-modules-core/pull/1165). This change allows more flexibility for which Python interpreter is invoked, but breaks existing deployment when ```manage.py``` is not properly configured. This documentation update adds a note explaining the new requirements for ```manage.py```.
* added support for 'collectstatic clear' in django_manage.pyAdam Ever-Hadani2015-07-261-4/+5
|
* Merge pull request #1153 from Ernest0x/patch-3Chris Church2015-07-211-2/+2
|\ | | | | make migrate command idempotent with django built-in migrations
| * make migrate command idempotent with django built-in migrationsPetros Moisiadis2015-04-171-2/+2
| | | | | | Django since version 1.7 has built-in migrations, so no need to have south installed with recent django versions. The 'migrate' command works with built-in migrations without any change, but the output is different than the output produced by south, which breaks idempotence. This commit fixes this.
* | Report change status on django_manage collectstatic.Chris Faulkner2015-07-091-0/+3
| |
* | Merge pull request #1165 from ludat/develBrian Coca2015-07-041-1/+1
|\ \ | | | | | | django_manage: Use shebang in manage.py instead of hardcoded "python"
| * | django_manage: Use shebang in manage.py instead of hardcode pythonLucas David Traverso2015-04-191-1/+1
| |/
* | Merge pull request #574 from cchurch/django_manage_other_commandToshio Kuratomi2015-06-301-4/+8
|\ \ | | | | | | Add example of using django_manage to run other commands.
| * | Update docs, add example of using django_manage to run other commands.Chris Church2014-12-261-4/+8
| | |
* | | Merge pull request #376 from lorin/django-expanduserToshio Kuratomi2015-06-251-1/+1
|\ \ \ | | | | | | | | django_manage: expand ~ in app_path parameter
| * | | django_manage: expand ~ in app_path parameterLorin Hochstein2014-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Allow users to specify app_path parameters that contain ~, for example: app_path=~/myproject
* | | | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+1
| |_|/ |/| |
* | | Added os.path.expanduser to app_path in django_manageFlorian Apolloner2015-03-291-3/+1
| |/ |/|
* | Update django_manage to add database option for migratePeter Bwire2014-12-051-1/+1
|/ | | 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.
* file extensions!Michael DeHaan2014-09-261-0/+281