rfdoc
rfdoc copied to clipboard
Port to python3.x & Django 4.0+
Small contributions, I wanted to see what was rfdoc about.
From Omenia's fork, who started porting to Python3, I continued porting to python3.
I, simply, stackoverflow-ed all the issues I found while trying to run on Django 4.0 (never seen so many functions being deprecated/removed in a package) and managed to have a local running version.
If this is of any use to anyone, you are welcome.
Tested on Windows only with the following steps:
- execute
python setup.py install
- execute
python -m rfdoc.rfdocsettings_defaults /your/path/here
to create a rfdocsettings.py - edit rfdocsettings.py to your needs
- add /your/path/here to PYTHONPATH or use parameter
--pythonpath=/your/path/here
in the commands below: - execute
python -m rfdoc.manage migrate --run-syncdb
- execute
python -m rfdoc.manage runserver