Code Monkey home page Code Monkey logo

django-ebay-accounts's Introduction

Django Ebay Accounts

Build Status

A Django app for managing Ebay accounts

Quick start

  1. Add "ebay_accounts" to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        ...
        'ebay_accounts',
    )
    
  2. Include the 'ebay_accounts' URLconf in your project urls.py:

    ...
    url(r'^ebay_accounts/', include('ebay_accounts.urls')),
    ...
    
  3. At the Ebay developer site, login, go to the application settings tab, select an environment and key and click 'Customize the eBay User Consent Form, Generate a RuName

  1. Add some settings to your settings file
  • EBAY_SANDBOX_DEVID, EBAY_SANDBOX_APPID, EBAY_SANDBOX_CERTID - provided by Ebay
  • EBAY_PRODUCTION_DEVID, EBAY_PRODUCTION_APPID, EBAY_PRODUCTION_CERTID - provided by Ebay
  • set these to an empty string if you don't have them, just don't expect creating a production token to work
  • EBAY_SANDBOX_RU_NAME - provided by Ebay in the previous step
  • EBAY_PRODUCTION_RU_NAME - provided by Ebay in the previous step
  • again, set this to an empty string if you don't have these yet
  1. Run python manage.py migrate (using south) to create the models.
  2. Run your server and visit 'https://www.example.com/ebay_accounts/'

Running Tests

To run the tests first install some requirements:

pip install -r requirements.txt
python setup.py develop

Then run the tests:

PYTHONPATH=. django-admin.py test --settings=ebay_accounts.test_settings ebay_accounts

Or alternatively, just use tox:

pip install tox
tox

django-ebay-accounts's People

Contributors

luke-dixon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.