fabric/modules
2022-09-01 22:24:49 +03:00
..
__init__.py new file: api.py 2016-09-06 14:43:49 +03:00
conf_setup.py modify import statements 2018-10-25 20:36:53 +03:00
configuration_setup.py fixed print statements to be in python3 2018-10-17 22:48:54 +03:00
database.py fixed import statement so that maintenance is called from same dir as database 2022-05-08 12:39:08 +03:00
deploy.py fixed an issue with deploy.bootstrap, cuz docker was creating a fully functioning database using admin as the owner, and so it wasn't adding ronny. Instead of making yet another script I decided to just drop the datbase, using the database.drop_db which only gets rid of the datbase and not any users, and then initialize it from there 2022-05-08 17:01:20 +03:00
django.py got rid of some unnecessary regex in the fixtures function 2020-08-31 20:16:33 +03:00
docker.py making it possible to add volumes to the docker section of the project file 2022-09-01 22:24:49 +03:00
initialize.py making it possible to add volumes to the docker section of the project file 2022-09-01 22:24:49 +03:00
maintenance.py fixed up some PEP warnings, and put a few debugging print statements into comments 2022-04-29 14:41:06 +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 no longer need the -no-site-packages flag 2020-03-23 23:42:14 +02:00
supervisor.py update fixes 2020-03-02 19:30:42 +02:00
utils.py some cleaning up of code in utils 2022-05-09 14:32:42 +03:00