jpwatts / django-positions

A Django field for custom model ordering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't use this git repo as app in django project

fetzig opened this issue · comments

because you can't clone just a subdir of a git-repo i have to clone the complete one. which is no python module (the position directory in it is) => need to install the module.

would like to be able to clone this repo into my django project and not "install" it, like http://github.com/johnboxall/django-paypal.

thx,
klemens

I'm happy with the current project layout since it conforms to Python packaging conventions. As a work-around for your use case, you might try checking out this project somewhere else on your file system and using a symlink in your project directory (or anywhere else on sys.path) to reference it.