- Clone the repo
- Create virtual env
- Delete the first line of sample_env.txt and rename the file to just .env
- make migrations and migrate (python manage.py makemigrations; python manage.py migrate)
- Setup superuser
- Open admin panel and set social links in settings.
Set social links Create Any content warnings / genres (Django models from admin panel) Page Creation Order Home Page + make available for menu BookIndexPage as Child of HomePage + make available for menu Series Page as Child of BookIndexPage(Don't make available for menu at this time. Templates not created and styled yet.) Book Page as Child of SeriesPage(Don't do at this time. Can do later. Templates not styled.)
Custom Settings for social media links (from admin panel)
Environmental Variable Storage Settings for name of site and CDN links like fontawesome, bootstrap theme file, stored as environmental variables.
Need to make sure pages have "add to menu enabled in sharing."
Bootstrap theme file loads from environmental variable.
Boostrap theme link in environment
- Add sample .env file
- create success url/template
- finish contact form model (header injection/ try except block)
- install django simple recaptcha