DEV Community

Cover image for Django-Start Script โœจ
islam kamel
islam kamel

Posted on

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

https://github.com/islam-kamel/django-start

Top comments (0)