Skip to content

Commit

Permalink
Added MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
z4r committed Jan 26, 2012
1 parent d6084bd commit f69bc6f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
recursive-include example *.py *.json
recursive-include docs *.py *.rst
include *.rst *.txt
27 changes: 17 additions & 10 deletions README.rst
Expand Up @@ -5,30 +5,37 @@ This package provides a module to create dynamic models in django and use it in

Thx to `Will Hardy`_ for this fantastic paper `Runtime Dynamic Models Documentation`_

Quick start
===========
.. contents::
:local:

.. _installation:

Installation
============

Clone and install::

git clone git://github.com/z4r/django-dynamite.git
cd django-dynamite
python setup.py install

Using pip::

$ pip install django-dynamite

.. _quickstart:

Quick Start
===========

Take a look to ``example`` project, try it and enjoy::

cd example
python manage.py test
python manage.py syncdb
python manage.py runserver

Building / Installing
=====================

You can just use ``setup.py`` to build and install ``django-dynamite``::

$ python setup.py bdist_egg

Once built, you can use easy_install on the python egg.
.. documentation::

Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion dynamite/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Andrea de Marco <24erre@gmail.com>"
__version__ = '0.4.0'
__version__ = '0.4.1'
__classifiers__ = [
'Development Status :: 4 - Beta',
'Framework :: Django',
Expand Down

0 comments on commit f69bc6f

Please sign in to comment.