File size: 123 Bytes
d6a1207 |
1 2 3 4 5 |
python -m venv .
source ./bin/activate
python -m pip install --no-cache-dir -r requirements.txt
python manage.py runserver
|
d6a1207 |
1 2 3 4 5 |
python -m venv .
source ./bin/activate
python -m pip install --no-cache-dir -r requirements.txt
python manage.py runserver
|