Six things I do every time I start a Django project ↦
Brenton Cleeland starts a lot of projects. Django is his go-to framework, so he’s settled on these common steps he performs right after django-admin startproject
- Move the SECRET_KEY into an environment variable
- Change the database configuration to DATABASE_URL
- Set up a custom user model
- Create your Django app
- Make a base.html
- Gibo and Git Init
Discussion
Sign in or Join to comment or subscribe