A small content manager for all the static docs and templates that your organization requires.
Host different files for any number of systems, each system can have its own api key to ensure authorize access to the file.
- Python 3.10.4
- Clone the project
- Start a virtual environment
python -m venv venv
- Activate de virtual environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Spin up the development web server
python manage.py runserver