Detailed instructions to get Django CMS basic test project running
Budget: $10 – $30 USD
Project Description:
I am looking for someone with intermediate experience in Django CMS to provide me with detailed instructions on how to get a basic test project running. The instructions should be in a written document format and should be specific to the Linux operating system.
Skills and Experience:
- Intermediate level experience with Django CMS
- Strong knowledge of Linux operating system
- Ability to provide clear and concise written instructions
I have been learning Django for a couple of weeks, and have set up various test projects with some success. I am working on a Liquid Web shared server account using Alma linux 8. I have Gunicorn working, and I am planning to use it for my production sites as well as testing.
I am using the following tutorial: https://docs.django-cms.org/en/latest/how_to/install.html
when I get to the python manage.py cms check I get 8 errors:
- Sekizai is not installed, could not find 'sekizai' in INSTALLED_APPS [ERROR]
- Sekizai template context processor is not installed, could not find 'sekizai.context_processors.sekizai' in TEMPLATES option context_processors [ERROR]
- django.middleware.locale.LocaleMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.user.CurrentUserMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.page.CurrentPageMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.toolbar.ToolbarMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.language.LanguageCookieMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.context_processors.cms_settings context processor must be in TEMPLATES option context_processors [ERROR]
OVERALL RESULTS
===============
8 errors!
5 checks successful!
I want to be able to set up testing sites and deploy live sites using sqlite and mysql. I want to make sure the templates are working and I can test different templates, and a few other basic functionalities.
I am looking for someone with intermediate experience in Django CMS to provide me with detailed instructions on how to get a basic test project running. The instructions should be in a written document format and should be specific to the Linux operating system.
Skills and Experience:
- Intermediate level experience with Django CMS
- Strong knowledge of Linux operating system
- Ability to provide clear and concise written instructions
I have been learning Django for a couple of weeks, and have set up various test projects with some success. I am working on a Liquid Web shared server account using Alma linux 8. I have Gunicorn working, and I am planning to use it for my production sites as well as testing.
I am using the following tutorial: https://docs.django-cms.org/en/latest/how_to/install.html
when I get to the python manage.py cms check I get 8 errors:
- Sekizai is not installed, could not find 'sekizai' in INSTALLED_APPS [ERROR]
- Sekizai template context processor is not installed, could not find 'sekizai.context_processors.sekizai' in TEMPLATES option context_processors [ERROR]
- django.middleware.locale.LocaleMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.user.CurrentUserMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.page.CurrentPageMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.toolbar.ToolbarMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.middleware.language.LanguageCookieMiddleware middleware must be in MIDDLEWARE [ERROR]
- cms.context_processors.cms_settings context processor must be in TEMPLATES option context_processors [ERROR]
OVERALL RESULTS
===============
8 errors!
5 checks successful!
I want to be able to set up testing sites and deploy live sites using sqlite and mysql. I want to make sure the templates are working and I can test different templates, and a few other basic functionalities.