DEV Community

Kelvin Amoaba
Kelvin Amoaba

Posted on • Updated on

Speeding up Django Project Setup

Since I’ve started to work on a lot of Django projects lately.
I realized I was spending much time working on the configurations of the project. Such as creating a new virtual environment for each project, installing prerequisites and the likes. This shifted the time needed to build the project to rather configuring it.
Working on a Linux machine, I decided to create a little bash script that can automate the process right from creating a new project to setting up the directory structure for the project and installing dependencies.
Here’s a link to the project for those who might be interested.

https://github.com/AmoabaKelvin/django-starter/tree/v0.1.0

If you have some time to spear kindly go through it and tell me ways I can improve it.
If you would like to contribute, I’ll be very glad.
Also don’t forget to leave a star☺️

Top comments (0)