{"id":18977480,"url":"https://github.com/mariocesar/django-rocket","last_synced_at":"2025-04-19T17:19:17.312Z","repository":{"id":11889919,"uuid":"14452061","full_name":"mariocesar/django-rocket","owner":"mariocesar","description":"Create your landing page with all the common features: A release date counter, email subscribers, social integration, segmentation, etc.","archived":false,"fork":false,"pushed_at":"2022-12-08T06:08:40.000Z","size":68,"stargazers_count":43,"open_issues_count":9,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T10:43:46.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariocesar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-16T18:15:27.000Z","updated_at":"2023-08-28T00:05:06.000Z","dependencies_parsed_at":"2023-01-13T16:42:46.820Z","dependency_job_id":null,"html_url":"https://github.com/mariocesar/django-rocket","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fdjango-rocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fdjango-rocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fdjango-rocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariocesar%2Fdjango-rocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariocesar","download_url":"https://codeload.github.com/mariocesar/django-rocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248844009,"owners_count":21170486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:29:14.028Z","updated_at":"2025-04-19T17:19:17.290Z","avatar_url":"https://github.com/mariocesar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|logo| |travis| |pypi| |coverage|\n\nCreate your landing page with all the common features: A release date counter,\nemail subscribers, social integration, segmentation, etc.\n\nFeatures\n========\n\n* Based on bootstrap3.\n* Integrate it easily with your existing project.\n* Customize your landing page using your own templates.\n* Email newsletters, collect subscriber and send them newsletter from the django administration interface.\n* Not online yet? Easy render a countdown.\n* Integrate with as a `Django-CMS`_ plugins.\n* Easy to use templates to enable Social Integration.\n* Segmentate your landing page by using tags.\n* Easy to extend form from settings.\n* Not enough for you? All views are Class Based Views and can be used in your project with out registering the default urls.\n\nHow to Install\n==============\n\nGet the code\n------------\n\nGetting the code for the latest stable release use `pip`. ::\n\n   $ pip install django-rocket\n\nInstall in your project\n-----------------------\n\nThen register `django_rocket`, in the `INSTALLED_APPS` section of\nyour project's settings. ::\n\n  INSTALLED_APPS = (\n    'django.contrib.auth',\n    'django.contrib.admin',\n    'django.contrib.sites',\n    'django.contrib.comments',\n    'django.contrib.sessions',\n    'django.contrib.messages',\n    'django.contrib.contenttypes',\n\n    'django_rocket',\n  )\n\nAdd at these following lines to your project's urlpatterns in the last position\nto enable the landing page. ::\n\n  url(r'^', include('django_rocket.urls')),\n\nRemember to enable the `django.contrib.admin` site in the urls.py of\nyour project if you haven't done it yet for having the edition capabilities.\n\nSyncing the database\n--------------------\n\nNow that you have everything set up, simply run the following in your\nproject directory to sync the models with the database. ::\n\n  $ python manage.py syncdb\n\nIf you are using South to manage your database, you will have to do the\nfollowing. ::\n\n  $ python manage.py syncdb --migrate\n\nFor more detailed documentation go to http://django-rocket.readthedocs.org/\n\n|bitdeli|\n\n\n.. |logo| image:: https://raw.github.com/mariocesar/django-rocket/master/logo.png\n\n.. |travis| image:: https://travis-ci.org/mariocesar/django-rocket.png?branch=master\n    :target: https://travis-ci.org/mariocesar/django-rocket\n\n.. |pypi| image:: https://badge.fury.io/py/django-rocket.png\n    :target: http://badge.fury.io/py/django-rocket\n\n.. |coverage| image:: https://coveralls.io/repos/mariocesar/django-rocket/badge.png\n    :target: https://coveralls.io/r/mariocesar/django-rocket\n\n.. |bitdeli| image:: https://d2weczhvl823v0.cloudfront.net/mariocesar/django-rocket/trend.png\n    :target: https://bitdeli.com/free\n    :alt: Bitdeli Badge\n\n.. _`Django-CMS`: http://django-rocket.readthedocs.org/en/latest/getting-started/configuration.html#django-cms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fdjango-rocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariocesar%2Fdjango-rocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocesar%2Fdjango-rocket/lists"}