Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhscvx/django-3
django 4 by example shop project
https://github.com/hhhscvx/django-3
Last synced: 2 days ago
JSON representation
django 4 by example shop project
- Host: GitHub
- URL: https://github.com/hhhscvx/django-3
- Owner: hhhscvx
- Created: 2023-12-27T05:46:18.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T05:09:51.000Z (9 months ago)
- Last Synced: 2024-11-05T18:07:38.297Z (about 2 months ago)
- Language: Python
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. `docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:management`
2. `celery -A myshop worker -l info`
3. `docker run -it --rm --name redis -p 6379:6379 redis`
4. `stripe login`
5. `stripe listen --forward-to localhost:8000/payment/webhook/`
6. `python manage.py runserver`