No description
Find a file
2025-07-29 20:14:26 +02:00
index remove dropandcreatedb 2025-07-29 20:14:26 +02:00
.gitignore add migrations 2025-07-29 20:08:57 +02:00
COPYING silli commit 2011-06-24 16:34:55 +05:30
manage.py migrate to python3 2025-07-29 19:40:16 +02:00
README its git now 2025-07-29 20:12:37 +02:00
requirements.txt load local settings 2025-07-29 19:48:43 +02:00

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