Skip to content

glebkolyagin/superblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Blog

Users can register and login.
User should have ACTIVE and STAFF statuses to write, edit and delete articles 
Only superuser can assign STAFF status to another user using django admin interface

Every user can write comments to article. Anonymous user can do it too.
It is impossible to write more than one the same comment to the same article from one IP address.

Either there is a paginator on the main page of project


In file dj_survey.conf replace {PATH_TO_SUPERBLOG} on your path to directory containing superblog folder
Include file dj_survey.conf to apache configuration file

In file proj/settings.py set up parameters of postgresql database server
Restore database from file superblog_db


Requirements:
python 2.7
django 1.3
postgresql 9


About

Small Blog with simple forms and layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published