-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* django views urls switched off (#392) * old urls retrieved so the tests pass; redirection to the new ui page added (#395) * UI deployment (#396) * old urls retrieved so the tests pass; redirection to the new ui page added * test_views removed as we are not using django views anymore * UI deployment (#397) * old urls retrieved so the tests pass; redirection to the new ui page added * test_views removed as we are not using django views anymore * instead of using settings_conf settings are used * urls to django views commented * url updated with the new UI * code refinement done * 'Open' button updated with a new UI url * reverse removed from imports * reverse removed from imports * django views removed * validator urls removed * redirection to the new result page added * redirection to the new result page added * not used import removed * UI deployment (#398) * old urls retrieved so the tests pass; redirection to the new ui page added * test_views removed as we are not using django views anymore * instead of using settings_conf settings are used * urls to django views commented * url updated with the new UI * code refinement done * 'Open' button updated with a new UI url * reverse removed from imports * reverse removed from imports * django views removed * validator urls removed * redirection to the new result page added * redirection to the new result page added * not used import removed * maintenance_mode field added * Maintenance mode taken into account * not needed templates and graphic files removed
- Loading branch information
Showing
61 changed files
with
71 additions
and
6,283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ class Meta: | |
model = Settings | ||
fields = ['id', | ||
'news', | ||
'maintenance_mode' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.