Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-feedmapper

How to install django-feedmapper

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-feedmapper
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0.2 Available View build log
1.0.1 Available View build log
1.0 Available View build log
Windows (64-bit)
1.0.2 Available View build log
1.0.1 Available View build log
1.0 Available View build log
Mac OS X (10.5+)
1.0.2 Available View build log
1.0.1 Available View build log
1.0 Available View build log
Linux (32-bit)
1.0.2 Available View build log
1.0.1 Available View build log
1.0 Available View build log
Linux (64-bit)
1.0.2 Available View build log
1.0.1 Available View build log
1.0 Available View build log
 
License
BSD
Dependencies
Lastest release
version 1.0.2 on Sep 2nd, 2011

django-feedmapper is a library for synchronizing data from feeds with Django models. The process of synchronizing the data requires the use of three pieces: a parser, a mapping, and a schedule.

Example project

Clone this git repo:

git clone git@github.com:natgeo/django-feedmapper.git
cd django-feedmapper

Make sure you have virtualenvwrapper installed and create a virtual environment:

mkvirtualenv --no-site-packages --distribute django-feedmapper
workon django-feedmapper

Install the requirements:

pip install -r requirements.txt

Synchronize the database and load the dummy data:

cd example
./manage.py syncdb

Synchronize the dummy data:

./manage.py feedmapper_sync

Fire up the development server:

./manage.py runserver

Check out the feed mapping in the admin at http://localhost:8000/admin/feedmapper/mapping/1/ and the sync results in the admin at http://localhost:8000/admin/myapp/thing/.

Full documentation

Documentation is on Read the Docs: http://readthedocs.org/docs/django-feedmapper/.

Subscribe to package updates

Last updated Sep 2nd, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.