Skip to main content

UNKNOWN

Project description

logo travis pypi coverage

Create your landing page with all the common features: A release date counter, email subscribers, social integration, segmentation, etc.

Features

  • Based on bootstrap3.

  • Integrate it easily with your existing project.

  • Customize your landing page using your own templates.

  • Email newsletters, collect subscriber and send them newsletter from the django administration interface.

  • Not online yet? Easy render a countdown.

  • Integrate with as a Django-CMS plugins.

  • Easy to use templates to enable Social Integration.

  • Segmentate your landing page by using tags.

  • Easy to extend form from settings.

  • Not enough for you? All views are Class Based Views and can be used in your project with out registering the default urls.

How to Install

Get the code

Getting the code for the latest stable release use pip.

$ pip install django-rocket

Install in your project

Then register django_rocket, in the INSTALLED_APPS section of your project’s settings.

INSTALLED_APPS = (
  'django.contrib.auth',
  'django.contrib.admin',
  'django.contrib.sites',
  'django.contrib.comments',
  'django.contrib.sessions',
  'django.contrib.messages',
  'django.contrib.contenttypes',

  'django_rocket',
)

Add at these following lines to your project’s urlpatterns in the last position to enable the landing page.

url(r'^', include('django_rocket.urls')),

Remember to enable the django.contrib.admin site in the urls.py of your project if you haven’t done it yet for having the edition capabilities.

Syncing the database

Now that you have everything set up, simply run the following in your project directory to sync the models with the database.

$ python manage.py syncdb

If you are using South to manage your database, you will have to do the following.

$ python manage.py syncdb --migrate

For more detailed documentation go to http://django-rocket.readthedocs.org/

Bitdeli Badge

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_rocket-1.3-py2.py3-none-any.whl (11.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_rocket-1.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_rocket-1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 26ae80d3d47a0353155be5e46cbae71b22bea47fc9227c78938453da740c0a80
MD5 3211f71e06750f6b6ad70bc622d895cd
BLAKE2b-256 60adcc31f88dbebd396f4eb944c3c5f14c84b05dd21a2a452a3bd7915a5bb862

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page