Hi all,

Is there a preferred method to create an app such that the app is the focal 
point and not the project? The app root is SCM root and it intended to be 
published on PyPI. I see one of two way to go about this:

First method (my preferred):
* Create an app at the root level of a project, using virtualenv
* git init from the app root
* Using setuptools (and setup.py for the app), install the app
* Create an example project in the app directory

Second method:
* Create a project
* Create an app for the project
* git init from the app directory
* Create a redundant example project

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/2Gn0ZkKJanYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to