-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.0] Release #6
Conversation
- Nothing new yet, just made it easier to read
- models has some more imports - template tags has the Library imported and assigned to register - removed the `import *` from and urls - views has some more `common` imports
- Removed all `$$$$..$$$$` variables and replaced with with `{{..}}` - Removed the same thing for file names and used `app_name` in its place
- Made the script utilize the `{{..}}` strcture that django `startapp` command uses - Cleaified the inputs that may have been misleading - you are creating a `package` i.e. `django-package` - inside the package there is an app i.e. `package`
- Both indicated they had defaults, but after hitting enter with no value it prompted for the value again. This was fixed
Should be noted, that even though this app is called "app skeleton", you are actually creating a "package", so the first question that was prompted was "Application Name" which really meant "Package Name". The second question you were prompted was "Package Name" which really meant "Application Name". The questions were reversed with this branch, and here is the definitions to the terms as it relates to this app:
Before this branch the terms might of been misleading and when adapting the skeleton it self to be compatible with The |
- most changes were to enhance readability - virtual env is optional now - config file usage updates
Update: Using virtualenv is now optional Config file
Re-worked the |
- Made a minor change to the virtual env name command argument
Update
|
This branch a WIP and is intended to be the next, and really, the first release of app-skeleton. Below is a list of some things we would like to do for this release.
1.0
skel
can be used with django'sstartapp
command.djas
?author
,license
, default app dir, etcMIDDLEWARE
orINSTALLED_APPS
Other possibilities
create_app
to be a shell script rather then a python script