Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundus

Base django project.

Quickstart

Create virtualenv and install requirements

mkvirtualenv fundus
pip install -r reqs.txt

Install requirements to settings.INSTALLED_APPS

INSTALLED_APPS += (
    'crispy_forms',
    'contact_form',
    'flatpages_x',
)
$ python manage.py syncdb

Set settings.ALLOWED_HOSTS to deployment domain(s) Add recaptcha keys, set typekit_id in settings.py

ALLOWED_HOSTS = ['example.com', 'example.net']
TYPEKIT_SITE_ID = 'xxxxxxx'
RECAPTCHA_PUBLIC_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
RECAPTCHA_PRIVATE_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

About

Skeleton django project with markdown cms and email forms.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages