Skip to content

tomaszroszko/django-contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-contact

Store messages from contact-form in database. Managable from backoffice

Installation

pip install -e git+https://github.com/tomaszroszko/django-contact.git#egg=django_contact.git

settings.py


INSTALED_APPS = (
    ...
    'contact',
    ...
)

urls.py


urlpatterns = patterns('',
    ...
    url(r'^contact/', include('contact.urls')),
    ...
)

run commands

python manage.py syncdb
python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages