Skip to content

Releases: islam-kamel/django-start

1.1.6-beta

21 Nov 10:09
87bb316
Compare
Choose a tag to compare

1.1.5-beta

21 Nov 09:29
fd69651
Compare
Choose a tag to compare

1.1.4-beta

14 Nov 14:16
c9e342d
Compare
Choose a tag to compare

What's Changed

What's New

*Added new command djanago-version

Full Changelog: 1.0.4-beta...1.1.4-beta

1.0.4-beta

16 Jul 13:30
Compare
Choose a tag to compare
1.0.4-beta Pre-release
Pre-release

DjangoStart Script ✨

Change Log:

[fet] Added new options Fixes #1

  • "-v" for create virtualenv by defult name "env"
    if you need set custom name you can use "-n env_name"
  • added help options
  • fixes bugs
  • refactor code
  • remove version check function
  • required add path to project
  • django-start <project_name> <app_name>
  • now for install django-start just type "pip install django-start-automate"

Full Changelog: 1.0.0-beta.2...1.0.4-beta

1.0.0-beta.2

15 Jul 00:24
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Django-Start v1.0.0-beta.2 🎉

Platform Support GitHub tag checks state

Change Log 🗒️

  • Fixed duplicate error
  • Fixed reupdate views
  • Fixed update urls
  • Fix installing unnecessary dependencies
  • Refactor code

New Feature ✨

  • Auto check update
  • Upgrade Pip
  • Create requirements.txt

0.1.0-beta.1

09 Jul 17:49
Compare
Choose a tag to compare
0.1.0-beta.1 Pre-release
Pre-release

The first version of "django-start" has been launched
and this version is an beta version that may contain some defects and bugs

This version is compatible with Windows only

After you have installed the app, don't forget to add the application route to the system environment variables.

To use the execution file correctly you must first create a python "environment"
Default and then activate the environment and then type

shell django-start <project_name> <app_name>

Then wait until you finish preparing your project and then type:

shell python manage.py runserver