django-launch-page A launch page for a Django project to collect e-mail addresses and more.
Project description
django-launch-page
==================
A launch page for a Django project to collect e-mail addresses and more.
Installing `launch_page` to you Django project will give you a simple teaser page for collecting e-mail addresses, names, and IP addresses.
The IP address can be geolocated with GeoIP. For more information, see the GeoIP documentation.
Installation
------------
Install from PyPI:
pip install django-launch-page
Add `launch_page` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'launch_page',
)
Include the `launch_page` URLconf in your project urls.py like this:
urlpatterns = patterns('',
...
url(r'^launch_page/', include('launch_page.urls')),
)
Migrate the application:
python manage.py migrate launch_page
Contributing
------------
To install into a local development environment
make release
cd dist/django-launch-page-FOO && python setup.py install
Testing across multiple Python versions is support with tox. To run the tests with tox:
make test_tox
[GeoIP]: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geoip/
[tox]: http://tox.readthedocs.org/en/latest/
==================
A launch page for a Django project to collect e-mail addresses and more.
Installing `launch_page` to you Django project will give you a simple teaser page for collecting e-mail addresses, names, and IP addresses.
The IP address can be geolocated with GeoIP. For more information, see the GeoIP documentation.
Installation
------------
Install from PyPI:
pip install django-launch-page
Add `launch_page` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'launch_page',
)
Include the `launch_page` URLconf in your project urls.py like this:
urlpatterns = patterns('',
...
url(r'^launch_page/', include('launch_page.urls')),
)
Migrate the application:
python manage.py migrate launch_page
Contributing
------------
To install into a local development environment
make release
cd dist/django-launch-page-FOO && python setup.py install
Testing across multiple Python versions is support with tox. To run the tests with tox:
make test_tox
[GeoIP]: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geoip/
[tox]: http://tox.readthedocs.org/en/latest/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-launch-page-0.1.0.tar.gz
.
File metadata
- Download URL: django-launch-page-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b78b98d926884536c298871a6dc9105806af7b5f3965395f9e3bce55fff5198 |
|
MD5 | 43f39688905afefb4a7d4936077c509b |
|
BLAKE2b-256 | 643dc2abc6f05e48d78ff3500808fe90403d8daaf1d3a5f7923fafd58e740feb |