Skip to content

Gluebox is a python Django app to implement blog features via a JSON api to your 1.4.* Django projects.

Notifications You must be signed in to change notification settings

danieleguido/gluebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gluebox

requirements: django 1.4

Enable edit mode for an user

add user to the group EDITORS to activate the inline content editing.

django 1.3 users

Inside templates,REquestContext provide a user instrance isntead of request.user. cfr https://docs.djangoproject.com/en/dev/topics/auth/#id8

SQlite3 users

Make sure Apache can also write to the parent directory of the database. SQLite needs to be able to write to this directory.

About

Gluebox is a python Django app to implement blog features via a JSON api to your 1.4.* Django projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published