Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuuji3/django-tutorial-4-2
Just a playground for Django v4.2 tutorial app.
https://github.com/shuuji3/django-tutorial-4-2
Last synced: about 1 month ago
JSON representation
Just a playground for Django v4.2 tutorial app.
- Host: GitHub
- URL: https://github.com/shuuji3/django-tutorial-4-2
- Owner: shuuji3
- Created: 2023-08-27T09:47:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T17:00:13.000Z (about 1 year ago)
- Last Synced: 2024-06-12T19:14:59.858Z (5 months ago)
- Language: Python
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-tutorial-4-2
Just a playground for Django v4.2 tutorial app.
## Development
```shell
docker build . -t django-tutorial-4-2
docker run --rm -it -v $PWD:/app -p 8000:8000 django-tutorial-4-2
```## References
- [Writing your first Django app, part 1 | Django documentation | Django](https://docs.djangoproject.com/en/4.2/intro/tutorial01/)