Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Port to python3.x & Django 4.0+ #37

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

elrandira
Copy link

@elrandira elrandira commented Feb 2, 2022

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:

  1. execute python setup.py install
  2. execute python -m rfdoc.rfdocsettings_defaults /your/path/here to create a rfdocsettings.py
  3. edit rfdocsettings.py to your needs
  4. add /your/path/here to PYTHONPATH or use parameter --pythonpath=/your/path/here in the commands below:
  5. execute python -m rfdoc.manage migrate --run-syncdb
  6. execute python -m rfdoc.manage runserver

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants