Django-Start Script ✨

Django-Start Script ✨

Hi there 👋

New version of Django Start v1.0.0-beta.2 🎊

This script saves time for you to start a new Django project. It creates the project and creates the first app and then updates the project settings file and also updates the project URLs file and then creates a views and configures the application URLs file and also creates the index.html


🐞 Fixes Bugs:

  • Fix the error of repeating the application name within the settings.py file
  • Fix the error of repeating the application link within the urls.py file
  • Fix the error of re-creating a file views.py
  • Fixing the error of fixing unnecessary dependencies
  • Hide the required package installation output from the periphery

Features added 🧾:

  • Check to get the latest version of Django-Start
  • Automatic Update Pip Package Manager
  • Create a file requirements.txt
  • Support Linux platform

github.com/islam-kamel/django-start**