Website built with Django and django-CMS
install and activate virtual environment
pip install virtualenv
virtualenv .envin Linux:
source .env/bin/activatein Windows:
.env\Scripts\activatethen
pip install -r requirements.txt
first migrations and then running the server
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverthere are 5 templates :
about.html
blog.html
home.html
media.html
portfolio.html
if you want to make About Us page then it's slug must be /about . you can change its template in comment/about.html
home.html is for Homepage and three others can use aldryn_newsblog app with different configurations.
you can use search placeholder with article_search plugin in blog and media pages.
enjoy and feel free to leave a message <3