Skip to content

Commit

Permalink
change in Features and indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mnamaki committed Dec 17, 2020
1 parent c702583 commit 97a57b6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
### Features

- Has a "Blog" section to create and edit a blog + Blog Category
- Has a "Videocast" section to create and edit a videocast + Videocast Category
- Has a "Video Cast" section to create and edit a video cast + Video cast Category
- Has a "Podcast" section to create and edit a podcast + Podcast Category
- Has a "Skill" section to create and edit a skill
- Has a "CONSTANCE" Section to manage dynamic Django settings (Blog title, Social Networks links and ...)
- Displays the list of Blog posts as paged in archive
- Displays the list of Videocast as paged in archive
- Displays the list of Video cast as paged in archive
- Displays the list of podcast as paged in archive
- Used "Django Admin" to manage all models
- Used "Editorial" theme by HTML5 UP
- Used "Sqlite" to create DB
- Used "CKEditor"
- Translation ready

------------
### Screenshots
Expand Down Expand Up @@ -65,14 +66,14 @@ A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
2. Create a development environment ready by using these commands
```
git clone https://github.com/mavenium/PyEditorial # clone the project
cd PyEditorial # go to the project DIR
virtualenv -p python3 .venv # Create virtualenv named .venv
source .venv/bin/activate # Active virtualenv named .venv
pip install -r requirements.txt # Install project requirements in .venv
python manage.py makemigrations # Create migrations files
python manage.py migrate # Create database tables
python manage.py collectstatic # Create statics files
python manage.py runserver # Run the project
cd PyEditorial # go to the project DIR
virtualenv -p python3 .venv # Create virtualenv named .venv
source .venv/bin/activate # Active virtualenv named .venv
pip install -r requirements.txt # Install project requirements in .venv
python manage.py makemigrations # Create migrations files
python manage.py migrate # Create database tables
python manage.py collectstatic # Create statics files
python manage.py runserver # Run the project
```
3. Go to `http://127.0.0.1:8000/` to use project

Expand Down

0 comments on commit 97a57b6

Please sign in to comment.