Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nayan32biswas/blog-with-django
https://github.com/nayan32biswas/blog-with-django
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nayan32biswas/blog-with-django
- Owner: nayan32biswas
- Created: 2023-10-08T10:27:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T14:00:39.000Z (9 months ago)
- Last Synced: 2024-02-18T07:29:58.209Z (9 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog API
## Run With Docker
- `docker-compose build api`
- `docker-compose run --rm api python ./app/manage.py makemigrations`
- `docker-compose run --rm api python ./app/manage.py migrate`
- `docker-compose run --rm api python ./app/manage.py collectstatic`
- `docker-compose run --rm api python ./app/manage.py createsuperuser`
- `docker-compose run --rm api python ./app/manage.py populatedb --total_user=10 --total_post=10`
- `docker-compose run --rm api python ./scripts/test.sh`
- `docker-compose run --rm api python ./app/manage.py shell -i ipython`