Switch from docker to podman #5

Merged
pratyush merged 3 commits from podman into master 2025-02-01 02:51:23 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit bb94040d33 - Show all commits

View File

@ -7,7 +7,7 @@
* create venv `python3 -m venv venv` * create venv `python3 -m venv venv`
* activate `source venv/bin/activate` * activate `source venv/bin/activate`
* `pip install -r requirements.txt` * `pip install -r requirements.txt`
* will need podman running * will need docker running
* `python manage.py migrate` * `python manage.py migrate`
* Create admin user: `python manage.py createsuperuser` * Create admin user: `python manage.py createsuperuser`
* `python manage.py runserver` * `python manage.py runserver`

View File

@ -3,7 +3,6 @@ certifi==2024.12.14
charset-normalizer==3.4.1 charset-normalizer==3.4.1
Django==5.1.5 Django==5.1.5
idna==3.10 idna==3.10
pillow==11.1.0
podman==5.2.0 podman==5.2.0
requests==2.32.3 requests==2.32.3
sqlparse==0.5.3 sqlparse==0.5.3