You are browsing as a guest. Sign up (or log in) to start making projects!

Django Servator

  • 3 Devlogs
  • 2 Total hours

I'm thinking of creating a script called 'Django Servator'. Basically, as soon as you run it, it will ask for the project name and app name... It will set up the templates and static folders (along with their subfolders) for you: Static: images, CSS, JS Templates: main, component, base.html Inside the 'component' folder, it will create files like navbar.html and footer.html. It will tweak basic Django settings and download necessary tools—if you specify which Python tools you need, it will handle the installation instantly... It will create a .env file in the root directory... It will add the .env file to .gitignore... Everything done in just three or four clicks...

Ship #1 Pending review

I have built a python script - Django Servator.

It’s a latin name, which means Savior.
When, it is run it asks your project name, app name and builds entire tedious 10 minute work in one clip. It automates your work.

Work includes :

  • Creating venv
  • Installing django and dot-env
  • Creating template, static and injecting boilerplates.
  • Configuring settings and;
  • Migrate data!!!!

I faced it during my project, DNA Analyser. So, I decided why shouldn’t I help others too working on django backend based website.

  • 3 devlogs
  • 2h
Try project → See source code →

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…