fonfon
f419c28596
Services: Explicitly use ServiceForm and ServiceView
...
- adapted all modules to not use views.ConfigurationView anymore
- removed templates that are not needed anymore
- no more implicit 'enabled' and 'get_status' functions in __init__.py files
- (more coherent/explicit use of Django functionality)
2016-05-11 18:19:31 -04:00
Sunil Mohan Adapa
07df62854b
restore: Use common view for configuration
...
- Rename the template from restore_index.html to restore.html to avoid
having to create a custom view.
2016-02-28 19:38:11 +05:30
Sunil Mohan Adapa
a69f419c3c
Make Django urlpatterns list of url()s
...
- Support for legacy pattern() mechanism will be removed in Django
1.10. Currently we see a warning for each Plinth module.
2015-12-05 09:33:23 -05:00
Sunil Mohan Adapa
f8f7a979f2
restore: Fix minor styling issues
...
- Missing comment added and comment styling.
- Expanded the description.
- Change the title and menu item capitalization for consistency.
2015-11-17 10:15:45 +05:30
fonfon
be325f8879
added reStore module
2015-10-21 11:54:34 +00:00