| File | Date | Author | Commit |
|---|---|---|---|
| core | 2025-01-23 |
|
[9e6a63] fix list display |
| locale | 2025-01-23 |
|
[a3ffdf] add new filters to admin panel |
| refs | 2025-01-23 |
|
[a3ffdf] add new filters to admin panel |
| shop | 2025-01-23 |
|
[a3ffdf] add new filters to admin panel |
| users | 2025-01-23 |
|
[a3ffdf] add new filters to admin panel |
| .gitignore | 2025-01-23 |
|
[a3ffdf] add new filters to admin panel |
| LICENSE | 2024-12-26 |
|
[109bb4] Initial commit |
| README.md | 2025-01-23 |
|
[d4c674] add noasgi arg to runserver |
| manage.py | 2024-12-26 |
|
[fbb950] first commit |
| requirements.txt | 2025-01-02 |
|
[101c52] requirements.txt |
| screen.png | 2025-01-10 |
|
[558989] rename project |
git clone git@github.com:usermicrodevices/prod.git
cd prod
mkdir logs media static
python -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
./manage.py collectstatic
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver --noasgi
and go to your browser http://127.0.0.1:8000/admin
daphne -e ssl:interface=127.0.0.1:9443:privateKey=ssl-cert-snakeoil.key:certKey=ssl-cert-snakeoil.pem shop.asgi:application
and go to your browser https://127.0.0.1:9443/admin