An open API service indexing awesome lists of open source software.

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

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