tarvitz / django-unity-asset-server-http-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Assets Server http client

INFO I'm not workig in company that thinks that using unity asset server as VCS is fucking good idea. So I can not continue to build solutions I used with this simple tool. Knowledges I discovered should be enough to get automated your processes whatever your task is.

image

local

LICENSE

MIT

Requirements

  • python 2.7
  • django 1.6+
  • djangorestframework 2.4.3+
  • django-filter 0.8

Quick start

  1. Add "duashttp" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'duashttp',
    )

2. Add unity asset server router in your INSTALLED_APPS settings and configure access to unity asset server access.

3. Manage your settings.py with django restframe work settings to get optimal config:

  1. Apply your custom view sets or use existent and include them in "urls.py":
  1. Start the development server and visit http://127.0.0.1:8000/api/ to see available api calls.

Models

You can fetch data from unity asset server (based on posgres 8.3) using this:

About

License:MIT License


Languages

Language:Python 100.0%