Skip to content

AnikaPet/ap-blog.tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3907ba5 · Feb 7, 2022

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ap-blog.tk

Simple blog application using Django.


The homepage will redirect to about us page. Page /blog will list all blog posts, and there will be a dedicated detail page for each individual post. Users can log in to the application or sign up. Once logged in, user can see all blog posts, but also Your profile page with their own blog posts. User can edit or delete their posts or add new one. Superuser can manage categories - add,edit or delete. See application here!


Installation

How to install an instance of this project:

  1. Open terminal and make new directory for project
mkdir project 
cd project
  1. Clone git repository git clone https://github.com/AnikaPet/ap-blog.tk.git
  2. Create and activate virtual enviroment
python3 -m venv .venv
source .venv/bin/activate
  1. Install requirements
cd ap-blog.tk
pip install -r requirements.txt
  1. Apply migrations python3 manage.py migrate
  2. Create superuser python3 manage.py createsuperuser
  3. Run server python3 manage.py runserver

Your instance is running at http://127.0.0.1:8000/


Demo

Alt text Alt text Alt text

About

Simple blog application using Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published