Skip to main content

Nicedit widget for django with image upload feature.

Project description

Nicedit widget for Django
============

Nicedit widget for django with image upload feature.

Installation
------------

To get the latest stable release from PyPi

.. code-block:: bash

$ pip install django-nicedit

To get the latest commit from GitHub

.. code-block:: bash

$ pip install -e git+git://github.com/nanvel/django-nicedit.git#egg=nicedit

Add ``nicedit`` to your ``INSTALLED_APPS``

.. code-block:: python

INSTALLED_APPS = (
...,
'nicedit',
)

Add the ``nicedit`` URLs to your ``urls.py``

.. code-block:: python

urlpatterns = patterns('',
...
url(r'^nicedit/', include('nicedit.urls')),
)

Don't forget to migrate your database

.. code-block:: bash

./manage.py migrate nicedit

Usage
-----

from nicedit.widgets import NicEditWidget


class MyForm(forms.Form):
content = forms.TextField(widget=NicEditWidget())


Contribute
----------

If you want to contribute to this project, please perform the following steps

.. code-block:: bash

# Fork this repository
# Clone your fork
$ mkvirtualenv -p python2.7 django-nicedit
$ python setup.py install
$ pip install -r dev_requirements.txt

$ git co -b feature_branch master
# Implement your feature and tests
$ git add . && git commit
$ git push -u origin feature_branch
# Send us a pull request for your feature branch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nicedit-0.1.tar.gz (31.5 kB view details)

Uploaded Source

File details

Details for the file django-nicedit-0.1.tar.gz.

File metadata

  • Download URL: django-nicedit-0.1.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-nicedit-0.1.tar.gz
Algorithm Hash digest
SHA256 24707dab784fa5e14fc2aa90e519969b0068cac199541695d349b51410d133bf
MD5 4fb39032e941fb88d8967f40efdb3cc4
BLAKE2b-256 fa5b8462c2c79f9f5f42c98c1add6bd8588697624d5108e28ac57d6a86f30831

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page