Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (1)
......@@ -2,14 +2,6 @@
Here is a new improved version of catflucks.
It has the same functionality as the Lab 6 version, but more effort has
been made to separate concerns (i.e. to separate database interaction, logic and presentation).
It has the same functionality as the Lab 6 version,
**Noteworthy differences:**
+ The app configurables (i.e. installation specific variables) are now defined in config.py.
+ splash.py provides the main entry point to the app
+ A new template rendering function has been added to utils.py
+ The HTML is confined to .html files in the templates folder
*It is still not perfect!* There is much more we could do to improve portability/reusability...
Perhaps you can introduce further improvements to the **application design** in your own implementation?