Commit graph

257 commits

Author SHA1 Message Date
1820640e82 updated readmes with debug_toolbar.md 2024-08-25 20:44:48 +03:00
b02085e5f0 updated readmes for ycm 2024-08-25 20:13:46 +03:00
eeba5c5bae updated dockstrings for docker, got rid of TODO in django/coverage 2024-01-10 07:10:00 +02:00
e1fead6bee updated docsdtrings for pip and docker 2024-01-10 06:56:26 +02:00
e6e48f5b67 Merge remote-tracking branch 'origin/master' 2024-01-10 05:06:10 +02:00
0847d1e93e removed docs submodule 2024-01-10 05:00:57 +02:00
9c00c3b10e updated pip.install command 2024-01-10 04:59:07 +02:00
e1332b7d00 fixed docstring in utils 2024-01-10 04:57:35 +02:00
3cd0f1a35d added an uninstall command as well as a check_package command 2024-01-10 04:57:26 +02:00
f281062060 updated all docstrings, moved some files around, fixed a TODO in the coverage task so now it will check if coverage exists 2024-01-10 04:56:59 +02:00
76c1e80c1d updated django.coverage docstrings, and raised errors if the directories are not correct 2024-01-10 03:56:08 +02:00
0ba56b2f3e forgot to surround the file name variables with quotes 2023-12-12 21:47:12 +02:00
441859c7c4 updated build file for generated, it was using the names of files that it was supposed to generate 2023-12-12 21:43:37 +02:00
62fcaf4134 renamed drf_token to tokens_testing 2023-11-15 00:25:35 +02:00
dd80835faf renaming some readme files for clairty 2023-11-14 23:59:04 +02:00
fa2beb49cd again fixed up project yml files so it paths/settings points to base 2023-11-14 18:30:35 +02:00
411ff03786 fixed bug in project yml files to find the core 2023-11-14 18:19:36 +02:00
cdd0464a3e updated local.generated 2023-11-14 17:49:47 +02:00
3857ef8cc6 added readne for nginx errors 2023-11-14 17:49:36 +02:00
12fc1017ce udpated facebook readme 2023-11-06 16:36:31 +02:00
ce6df87b85 updated files to use 'core' as main django app 2023-10-11 14:53:54 +03:00
11416705bd updated readme 2023-10-05 23:45:38 +03:00
a3189d2cd1 got rid of some crap in unixsocket.jinja2, and fixed a but in ssl_socket that ceated a Error: duplicate listen options for [::]:443
sss
2023-10-03 17:29:19 +03:00
6a5e97c4c5 updated ssl socket for nginx conf 2023-10-03 17:01:33 +03:00
b780ce5527 added new readme file on how to do drf authorization 2023-10-03 17:00:23 +03:00
c3f680d3c9 updated django.manage so that if working dir is false, then the second section only gets executed under the elese, whereas if working dir was true, the second section got executed anyway 2023-08-10 22:46:14 +03:00
4fbf259f69 updated deploy_meta with new default nginx port 80 for development branch 2023-07-28 14:20:01 +03:00
39444b1afd added a new readme file for sphinx stuff 2023-07-20 14:49:22 +03:00
6afd1ee99b updated the database module to have better documentation 2023-07-20 14:49:03 +03:00
ba75800fb6 updated the docs files to include info on database 2023-07-20 14:48:44 +03:00
66c85782e8 modified utils.print_console so that it can have an exit option and give an exit code, also modified database.generate so that it can selectively generate one of the scripts if chosen, has better docutils and also prints a help message when asked 2023-07-20 13:10:28 +03:00
fe2090d8e9 updated the gunicorn conf files 2023-07-17 10:23:41 +03:00
9b73b9653d updated django.edit so taht if coverage is not being used for this project/branch, it won't throw an error looking for it 2023-07-17 09:05:20 +03:00
9c56c31e61 update nginx conf files 2023-07-16 21:35:30 +03:00
4bd33473f3 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
816797d618 added fabric_deploy as a submodule, cloned it into deploy_meta 2023-07-13 05:48:24 +03:00
cf424da881 added a bootstrap.txt template file, and got rid of the old deploy_meta 2023-07-13 05:42:36 +03:00
dbc5638eac using utils.ensure_dir in the conf_setup instead of running a bash command to make the needed directories for readmes and confs. also modified layout.yml because i wanted to separate the home name for the fabric install from the directory it's meant to be installed, and i had both on, so it was duplicating the home name, ie usr/bin/fabrichome/fabrichome 2023-07-12 12:42:35 +03:00
0941b2de59 updated layout in shares so it has the correct home name 2023-07-12 11:58:32 +03:00
4ae41d9ed7 added error checking to django.coverage so that if no value is passed in to application, the program sends a message and exits 2023-07-09 21:29:55 +03:00
e218dc827c changed the types in docstrings 2023-07-09 21:11:13 +03:00
855bc7feb5 updated doc files 2023-07-08 22:33:05 +03:00
252443c073 refactored utils.handle_help to have better docstrings and renamed to be acalled handle_flag_message 2023-07-08 22:23:09 +03:00
f53569cadc modified a bunch of docstrings and fixed up the arguments for ensure_dir and ensure_file 2023-07-08 21:26:58 +03:00
bab5cd6a75 requirements file for installation 2023-07-07 19:30:49 +03:00
69f644c763 added docs as a subdirectory 2023-07-07 19:12:26 +03:00
ce52403b15 got rid of debugging code 2023-07-07 18:03:07 +03:00
25cc12b89d 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
9484150903 made database and deploy import relative 2023-07-07 16:38:52 +03:00
625de17d67 fixed 'api' so that it works with relative import 2023-07-07 16:27:00 +03:00