summaryrefslogtreecommitdiff
path: root/cms/admin.py
AgeCommit message (Collapse)Author
2020-07-27Change models, views, admin, templateadityacp
- Add active boolean field in all models - Get the pages based on the active status - Minor code refactor in views - Add app_name in urls
2020-05-14Improved Adminsite view, changed CDN to static filespnshiralkar
2020-05-13feat: CMS Apppnshiralkar
- Added cms app to INSTALLED_APPS in settings - Removed index URL from workshop_app/urls.py - Added cms urls to workshop_portal/urls.py - Added cms_base html for renderring cms - Modified static file model to save uploaded files into static location
2020-05-11Init cms app, added modelspnshiralkar