-
Notifications
You must be signed in to change notification settings - Fork 0
iservicesmx/socialapps.dmessages
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction ============ Using socialapps.messages ========================= Download -------- socialapp.dmessages is only currently available on our private repositories. It is available at this git URL: git://[email protected]:iservicesmx/socialapps.dmessages.git Installing with Buildout ----------------------- Open your buildout.cfg file and add `socialapps.dmessages` to your list of eggs; for example: [django] recipe = djangorecipe version = 1.3 eggs= ... socialapps.messages After updating the configuration you need to run the ''bin/buildout'', which will take care of updating your system. Configure your Dajngo app ========================== Open your settings.py file and modify where appropiate: TEMPLATE_CONTEXT_PROCESSORS = [ ... "socialapps.dmessages.context_processors.messages_new", ] ... INSTALLED_APPS = [ ... 'socialapps.dmessages', ] Open your urls.py file and modify where apropriate: urlpatterns = patterns( ... (r'^messages/', include('socialapps.dmessages.urls')), ) Copyright and Credits ====================== `socialapps.dmessages` is Licensed under the MIT License. See LICENSE.txt for details. Author: iServices Developers <[email protected]> HomePage: http://iservices.mx
About
App for direct messages in SocialApps
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published