Starting a Django project can be the most exciting but also tiring thing to do. This is because everything is always the same thing. Setting up the database, creating a custom user model and authentication management.
Always copying and pasting old code from other projects 😮💨. That becomes very boring and actually time consuming.
This was until the creation of the site DjangoQuickie . Thanks to this website you can quickly boot up a project by choosing the tech stack you will be using.
The form presents choices like:
- Database management system (PostgreSQL, MySQL, SQLite3, etc…)
- JWT Authentication
- Google Social OAuth2
- Logging
- Stripe Payment System
- Advanced health endpoint system
- User notification system
In exchange you will get a boilerplate Django project and a .env file to be placed in the root of the folder with the information you provided.
Thanks to this boilerplate code, you will be able to skip the initial repetitive process and get on directly with the code you were excited to write and create.
All this while saving half of your development time.
❤️ Thanks for reading this article, please share it with others if you found it helpful.
Top comments (0)