{ "info": { "author": "Daniel Aronne", "author_email": "earonne@quxisto.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "django-nadb (Not Another Django Blog app)\n=========================================\n\ndjango-nadb is a Django blog app. The source repository can be found at https://github.com/earonne/django-nadb/\n\nInstallation\n============\n\nInstalling django-nadb is as simple as checking out the source and adding it to your project or ``PYTHONPATH``.\n\nUse git, pip or easy_install to check out django-nadb from Github_ or get a release from PyPI_.\n\n\n1. Download and install the package from the python package \nindex (PyPI_)::\n\n easy_install django-nadb\n\nor if you prefer pip::\n\n pip install django-nadb\n\n\n2. Install the latest development version from GitHub_. This requires to install\ngit_ of course::\n\n git clone git://github.com/earonne/django-nadb.git\n\nthen install it manually::\n\n cd django-nadb\n python setup.py install\n\n\nPlease note that the dev version is not fully tested and may contain bugs. \n\n.. _PyPI: http://pypi.python.org/\n.. _GitHub: http://www.github.com/\n.. _git: http://git-scm.com/\n\n\nUsage\n=============\n\n1. To install django-nadb just add the package to your ``INSTALLED_APPS``\nsetting::\n\n # settings.py\n INSTALLED_APPS = (\n ...\n 'nadb',\n 'django_markup',\n )\n \n # Notice you also need to add django_markup to your INSTALLED_APPS.\n\n\n2. Run the syncdb \ncommand:: \n\n $ ./manage.py syncdb\n\n\n3. Add a line like this in your root URLConf to set up the default URLs for \ndjango-nadb::\n\n # urls.py\n urlpatterns = patterns('',\n url(r'^blog/', include('nadb.urls')),\n )\n\n\n4. django-nadb supports markup filters (e.g. Markdown, RestructuredText, etc.). \nAdd the following to your ``settings.py``::\n\n # settings.py\n NADB_MARKUP_FILTER = 'markdown'\n \n MARKUP_SETTINGS = {\n 'markdown': {\n 'safe_mode': True,\n 'extensions': ['codehilite']\n }\n }\n\n\n5. Create a ``nadb`` directory inside your templates directory and add \nthe following templates::\n\n base_nadb.html\n post_list.html\n post_detail.html\n post_archive_year.html\n post_archive_month.html\n post_archive_day.html\n category_list.html\n category_detail.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/earonne/django-nadb/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-nadb", "package_url": "https://pypi.org/project/django-nadb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-nadb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/earonne/django-nadb/" }, "release_url": "https://pypi.org/project/django-nadb/0.1a1/", "requires_dist": null, "requires_python": null, "summary": "Not Another Django Blog app!", "version": "0.1a1" }, "last_serial": 790145, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "e174de1c8bc31b12f8310d28cb47d1d3", "sha256": "bb4f1e44b2dd4ac01bef831630245255f0e0a3b8883e6c6aeaf81485578d5cca" }, "downloads": -1, "filename": "django-nadb-0.1a1.tar.gz", "has_sig": false, "md5_digest": "e174de1c8bc31b12f8310d28cb47d1d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75026, "upload_time": "2012-03-27T03:41:48", "url": "https://files.pythonhosted.org/packages/f6/82/5ed0903047d6c98194dd936dfe31d37a42ed493aaac1378ecec5685d1fba/django-nadb-0.1a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e174de1c8bc31b12f8310d28cb47d1d3", "sha256": "bb4f1e44b2dd4ac01bef831630245255f0e0a3b8883e6c6aeaf81485578d5cca" }, "downloads": -1, "filename": "django-nadb-0.1a1.tar.gz", "has_sig": false, "md5_digest": "e174de1c8bc31b12f8310d28cb47d1d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75026, "upload_time": "2012-03-27T03:41:48", "url": "https://files.pythonhosted.org/packages/f6/82/5ed0903047d6c98194dd936dfe31d37a42ed493aaac1378ecec5685d1fba/django-nadb-0.1a1.tar.gz" } ] }