alejandro-angulo / kilonull

App behind the blog on kilonull.com
https://kilonull.com/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

kilonull Build Status

kilonull is the Django app behind the blog on kilonull.com .

This app requires:

Quick start

  1. Add "kilonull" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'kilonull',
    ]
  2. Run python manage.py migrate.

  3. Start the development server and visit http://127.0.0.1:8000/admin/ to manage blog posts, categories, and tags.