Releases: islam-kamel/django-start
1.1.6-beta
FixedBugs and Added New Feature
Merge version 1.1.5 to 1.1.6
What's Changed
-
1.1.5 by @islam-kamel in #5
Full Changelog: 1.1.4-beta...1.1.5-beta
Full Changelog: 1.1.5-beta...1.1.6-beta
1.1.5-beta
FixedBugs and Added New Feature
What's Changed
-
1.1.5 by @islam-kamel in #5
Full Changelog: 1.1.4-beta...1.1.5-beta
1.1.4-beta
What's Changed
- Fixed bugs in Linux OS
- Fixed bugs Fixbug fixed python path
- Fixed bugs dublicate create index.html
- Fixed bugs FixBug replace to
What's New
*Added new command djanago-version
Full Changelog: 1.0.4-beta...1.1.4-beta
1.0.4-beta
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
0.1.0-beta.1
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