timarbuckle / django-ortb-short-names

django app to help with mapping of openrtb object-attribute names to short 2 character codes for use in url params

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-ortb

django app to help with mapping of openrtb object-attribute names to short 2 character codes for use in url params

instructions

Initial setup

$ ./manage.py migrate
$ ./manage.py shell
>>> import django
>>> django.setup()
>>> from loaddb import load_all
>>> load_all()
>>> ^D
$ ./manage.py runserver

About

django app to help with mapping of openrtb object-attribute names to short 2 character codes for use in url params


Languages

Language:Python 89.0%Language:HTML 7.2%Language:CSS 3.8%