Skip to content

Amin-Razzaghi/Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

Website built with Django and django-CMS

Installation

install and activate virtual environment

pip install virtualenv
virtualenv .env

in Linux:

source .env/bin/activate

in Windows:

.env\Scripts\activate

then

pip install -r requirements.txt

running

first migrations and then running the server

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

there 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

About

Website built with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.0%
  • HTML 15.0%
  • CSS 5.6%
  • JavaScript 0.4%