Skip to content

RPodolets/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloggy

This is simple django blog app with basic functions like:

  • Signup / Login system
  • Comment system
  • Posting own articles with images
  • Manage own posts
  • Searching posts by tags and titles

Check it out!

Bloggy project deployed to Render

Test user

username: test_user
password: test_password

Features

  • Login and signup system
  • Create new post
  • Edit and delete own posts
  • Browse posts by tag
  • See similar posts on the post page
  • Uploading post with images

installation on Windows

git clone https://github.com/RPodolets/Blog.git
cd Blog
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata data.json
python manage.py runserver

installation on Mac (and linux)

git clone https://github.com/RPodolets/Blog.git
cd Blog
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata data.json
python manage.py runserver  

Demo

img.png

About

Simple Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors