You've already forked snikket-web-portal
Massive code cleanup
- Avoid fighting import cycles using a factory function - Collapse useless subpackages into simple modules - Move flask plugins / infrastructure in own module - Refactor how blueprints are used to localize information about URL routing to app factory
This commit is contained in:
@@ -19,7 +19,7 @@ Snikket Web Portal ({{ version }})</pre>
|
||||
AVATAR_CACHE_TTL = {{ config.get("AVATAR_CACHE_TTL") | repr }}
|
||||
SECRET_KEY = <hidden>
|
||||
PROSODY_ENDPOINT = <hidden></pre> #}
|
||||
<p><a href="{{ url_for('home') }}" class="button primary">Back to main page</a></pa>
|
||||
<p><a href="{{ url_for('.home') }}" class="button primary">Back to main page</a></pa>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user