Skip to content

mjaszczyk/simple-weblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weblog based on Django Framework

It is a very simple weblog build using available framework features and community apps.

Basic Installation

Download or clone

git clone [email protected]:mjaszczyk/simple-weblog.git

Install requirements

pip install -r requirements.txt

Prepare database

./manage.py syncdb --migrate

Runserver

./manage.py runserver

Go to localhost:8000

Tests

There are few automated tests. Run

./manage.py tests posts

Usage

Admin Panel

/admin/

Files Panel

/admin/files/

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages