pdm install
source .venv/bin/activate
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
cd doqfy
python manage.py migrate
python manage.py runserver
- URL shortener -> /shorten
- Share snippets -> /shareme
pdm install
source .venv/bin/activate
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
cd doqfy
python manage.py migrate
python manage.py runserver