https://github.com/joeriddles/hello_django
A Django playground project
https://github.com/joeriddles/hello_django
django python
Last synced: 3 months ago
JSON representation
A Django playground project
- Host: GitHub
- URL: https://github.com/joeriddles/hello_django
- Owner: joeriddles
- Created: 2022-01-01T21:08:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T00:36:37.000Z (over 4 years ago)
- Last Synced: 2025-10-28T05:49:59.695Z (8 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TODO
- [x] Finish Django tutorials
- [x] Add `Dockerfile`
- [x] Add `docker-compose.yml`
- [x] Setup `.devcontainer`
- [ ] Add Django-REST
- [ ] Change from `sqlite` to `postgres`
- [ ] Add formatter (`black`) and linter (`autopep8`)
- [ ] Investigate type hints in Django (`django-stubs`)
- [ ] Invtestigate `pytest` with Django (`pytest-django`)
- [ ] Add `Selenium`
- [ ] Add Vue.js
- [ ] Deploy to Azure
- [ ] Deploy to AWS
- [ ] Deploy using terraform