fix dumb shit caused by dumb brain
smh Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
This commit is contained in:
parent
81787bee84
commit
bb94040d33
@ -7,7 +7,7 @@
|
||||
* create venv `python3 -m venv venv`
|
||||
* activate `source venv/bin/activate`
|
||||
* `pip install -r requirements.txt`
|
||||
* will need podman running
|
||||
* will need docker running
|
||||
* `python manage.py migrate`
|
||||
* Create admin user: `python manage.py createsuperuser`
|
||||
* `python manage.py runserver`
|
||||
|
@ -3,7 +3,6 @@ certifi==2024.12.14
|
||||
charset-normalizer==3.4.1
|
||||
Django==5.1.5
|
||||
idna==3.10
|
||||
pillow==11.1.0
|
||||
podman==5.2.0
|
||||
requests==2.32.3
|
||||
sqlparse==0.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user