In Making: An app that displays gas prices from different gas stations in an area using user-inputted data
- Using Django to build a python app that displays gas prices at different stations
- data comes from user-inputted values
- Has user Authentication and sign up
- Django
- Django forms/formView
- User Authentication
- Function based views
- class based views
- URLS/Paths and redirecting
- template/template inheritance
- Creating and using Models and migrations
- Learned more CSS and increased my knowledge about http (POST, GET, etc...)