Django Blog App 0.1 | Coderz Repository

django-blog-app 0.1

Last updated:

0 purchases

django-blog-app 0.1 Image
django-blog-app 0.1 Images

Free

Languages

Categories

Add to Cart

Description:

djangoblogapp 0.1

Blog is a Django blog app
Detailed documentation is in the “docs” directory.

Quick start

Add “blog” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'blog',
]

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

url(r'^', include('blog.urls', namespace='blog', app_name='blog')),

3. Run `python manage.py migrate` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create blog posts (you'll need the Admin app enabled).

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.