Skip to main content

Just keep posting like a maniac

Project description

=====
Django_postmaniac
=====

Django-postmaniac is a simple django application.
Just keep posting like a maniac.

Installation and Setup
-----------

1. Add "django-postmaniac" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'django_postmaniac',
)

2. Include the polls URLconf in your project urls.py like this::

url(r'^postmaniac/', include('django_postmaniac.urls')),

3. Run `python manage.py migrate` to create the post model.

4. Start the development server and visit http://127.0.0.1:8080/admin/
to create a posts.

5. Visit http://127.0.0.1:8080/postmaniac/ and you will see your posts.

Project details


Release history Release notifications | RSS feed

This version

0.3

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