Created a new script for generating scaffolding for new extensions.
Review Request #2822 — Created Jan. 23, 2012 and discarded — Latest diff uploaded
Created a new script for generating scaffolding for new extensions.
I added some unit tests for naming convention testing and conversion, but otherwise all testing has been manual on Linux 3.1.8-1. I have tried creating new extensions with each option, and installing the egg using easy_install name develop on a local environment.
Screenshots
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
setup.py |
---|
rbtools/rb_extgen.py |
---|
rbtools/tests.py |
---|
rbtools/templates/extensions/setup.py |
---|
rbtools/templates/extensions/extension/admin_urls.py |
---|
rbtools/templates/extensions/extension/extension.py |
---|
rbtools/templates/extensions/extension/urls.py |
---|
rbtools/templates/extensions/extension/views.py |
---|
rbtools/templates/extensions/extension/templates/extension/configure.html |
---|
rbtools/templates/extensions/extension/templates/extension/dashboard.html |
---|