Skip to content

DevFest template for all Italian GDGs

License

Notifications You must be signed in to change notification settings

palazzem/django-devfest

Repository files navigation

GDG DevFest

DevFest website for all italian GDGs

  • Free software: BSD license

Requirements

Installation

Enter inside django-devfest folder and install all requirements inside a virtualenv:

pip install -r requirements/development.txt

Enter inside django_cms then prepare your database (sqlite as default) and run the server:

python manage.py syncdb --all --settings=django_cms.settings.dev
python manage.py migrate --fake --settings=django_cms.settings.dev
python manage.py cms check --settings=django_cms.settings.dev
python manage.py runserver --settings=django_cms.settings.dev

Create your first page with Django CMS admin (http://localhost:8000)!

Features

  • DevFest homepage is fully customizable with a default stock template

Credits

Thanks to GDG Fresno for this template. Original template is available on GDG-X repository.

About

DevFest template for all Italian GDGs

Resources

License

Stars

Watchers

Forks

Packages

No packages published