No description
| index | ||
| .gitignore | ||
| COPYING | ||
| manage.py | ||
| README | ||
| requirements.txt | ||
index
Get:
git clone https://code.with.camp/CAMP/index
cd index
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
Develop:
create index/local_settings.py
python manage.py shell
python manage.py runserver
Deploy:
create index/local_settings.py
create /etc/apache2/sites-availavle/sitename.conf