This project was created for fun and to understand how you can develop amazing things with Python as a website
Special dependencies , e.g.,
- [python]
- [Docker]
- [Docker Compose]
How to get the project, e.g.,
git clone [email protected]:israelgp24/website.git
make environment
pyenv activate website
make setup
make docker.build service=app
make django command=migrate
make django.runserver
Israel Gonzales <@israelgp24>