Remove public primary nav (db) and "news" app (#3715)
- Removes the `NavigationSettings` and it's template tag. Keeps the custom html based navigation - Keeps the "news" installed app, so that model migrations are applied - update the sandbox db to remove news page data and schema from it - Remove management command for public pages exports
Showing
- hypha/public/funds/templates/public_funds/fund_page.html 1 addition, 1 deletionhypha/public/funds/templates/public_funds/fund_page.html
- hypha/public/funds/templates/public_funds/lab_page.html 1 addition, 1 deletionhypha/public/funds/templates/public_funds/lab_page.html
- hypha/public/home/management/commands/export_public_pages_json.py 0 additions, 147 deletions...blic/home/management/commands/export_public_pages_json.py
- hypha/public/home/templates/home/home_page.html 1 addition, 10 deletionshypha/public/home/templates/home/home_page.html
- hypha/public/navigation/migrations/0004_delete_navigationsettings.py 15 additions, 0 deletions...c/navigation/migrations/0004_delete_navigationsettings.py
- hypha/public/navigation/models.py 0 additions, 34 deletionshypha/public/navigation/models.py
- hypha/public/navigation/templates/navigation/primarynav.html 0 additions, 10 deletionshypha/public/navigation/templates/navigation/primarynav.html
- hypha/public/navigation/templatetags/__init__.py 0 additions, 0 deletionshypha/public/navigation/templatetags/__init__.py
- hypha/public/navigation/templatetags/navigation_tags.py 0 additions, 20 deletionshypha/public/navigation/templatetags/navigation_tags.py
- hypha/public/news/blocks.py 0 additions, 21 deletionshypha/public/news/blocks.py
- hypha/public/news/feeds.py 0 additions, 87 deletionshypha/public/news/feeds.py
- hypha/public/news/management/commands/__init__.py 0 additions, 0 deletionshypha/public/news/management/commands/__init__.py
- hypha/public/news/management/commands/migrate_news.py 0 additions, 157 deletionshypha/public/news/management/commands/migrate_news.py
- hypha/public/news/migrations/0016_remove_newsindex_header_image_and_more.py 92 additions, 0 deletions...migrations/0016_remove_newsindex_header_image_and_more.py
- hypha/public/news/models.py 0 additions, 180 deletionshypha/public/news/models.py
- hypha/public/news/templates/news/blocks/awesome_table_widget_block.html 0 additions, 2 deletions...ews/templates/news/blocks/awesome_table_widget_block.html
- hypha/public/news/templates/news/news_index.html 0 additions, 56 deletionshypha/public/news/templates/news/news_index.html
- hypha/public/news/templates/news/news_page.html 0 additions, 46 deletionshypha/public/news/templates/news/news_page.html
- hypha/public/standardpages/templates/standardpages/index_page.html 1 addition, 1 deletion...lic/standardpages/templates/standardpages/index_page.html
- hypha/public/standardpages/templates/standardpages/information_page.html 1 addition, 1 deletion...andardpages/templates/standardpages/information_page.html
Loading
Please register or sign in to comment