fabric/modules
2025-04-23 20:12:29 +03:00
..
__init__.py new file: api.py 2016-09-06 14:43:49 +03:00
conf_setup.py fixed a problem where I was importing modules.utils outside of a try block that would allow me to use customfabric.modules.utils - bc otherwise I can't create the sphinx docs 2023-07-13 15:24:53 +03:00
configuration_setup.py fixed a probem with modules.utils import virtualenv so it now calls customfabric.modules... also fixed an annoying invalid escape sequence \[ bug by turning it into a raw string. finally got rid of an unneeded variable 'settings_coveragepath' 2023-07-07 17:33:55 +03:00
database.py updated the database module to have better documentation 2023-07-20 14:49:03 +03:00
deploy.py made database and deploy import relative 2023-07-07 16:38:52 +03:00
django.py updated dockstrings for docker, got rid of TODO in django/coverage 2024-01-10 07:10:00 +02:00
docker.py updated dockstrings for docker, got rid of TODO in django/coverage 2024-01-10 07:10:00 +02:00
initialize.py updates 2025-04-22 16:52:07 +03:00
maintenance.py updated database files so that user and database names are put in quotes, also fixed some problems with pip 2025-04-23 20:12:29 +03:00
nginx.py blanketed out annoying debug statements, added code to allow for a custom nginx host name 2019-08-07 04:18:59 +03:00
pip.py updated database files so that user and database names are put in quotes, also fixed some problems with pip 2025-04-23 20:12:29 +03:00
supervisor.py updated files to use 'core' as main django app 2023-10-11 14:53:54 +03:00
utils.py updates 2025-04-22 16:52:07 +03:00