forked from dimagi/commcare-hq
-
Notifications
You must be signed in to change notification settings - Fork 0
CommCare HQ Root
License
ITIDO/gfatm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Commcare-HQ Overall project structure. apps/ Django apps that you will make libs/ Any third party libs (presumably python) that you'll need to reference scripts/ Any helper scripts you'll want to write to deal with data and or other things. This stuff should probably run outside the scope of the python environment projects/ Directory where your django projects will reside. This is taken from the pinax project structure Projects will need to reference ../../apps/ to get to the apps that are referenced in the settings.py As new apps are created, you'll either have to expand your project or make new projects that reference the new apps Pinax uses these to show different configurations of their project. projects/templates/ for each project, there needs to be templates unique to managing the templates for the main content portions. within the confines of the application you're working in, you can make templates local and relative to the application you create.
About
CommCare HQ Root
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 80.7%
- JavaScript 19.1%
- Other 0.2%