Skip to content

Muhammet-Yildiz/Triangle

Repository files navigation

Triangle

Triangle is a blogging platform built on the Django Web Framework.

Installation

1.Clone Repository & Install Packages

git clone https://github.com/Muhammet-Yildiz/Triangle.git
pip install -r requirements.txt

2.Setup Virtualenv

virtualenv venv
Linux & Mac: source venv/bin/activate 

Windows: venv\Scripts\activate

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py createsuper
python manage.py runserver

📸 Screenshots

1


about


newstory


readListPage


stories


storyDetail


tagdetail