codefordurham / food-inspector

Our health rating restaurant application
http://ncfoodinspector.com/
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Refactor directory structure and consolidate /eatsmart and /inspections #65

Closed 0x1mason closed 10 years ago

0x1mason commented 10 years ago

Our directory structure doesn't make a lot of sense right now. We should consolidate and rationalize everything into the eatsmart folder.

copelco commented 10 years ago

Technically, in Django's world, eatsmart is the project and inspections is a Django app. We can move it to eatsmart.inspections though.

The original reason I had kept them separate was if we were going to split out inspections into it's own repository and maintain it as an app. This would be the ideal setup for other folks to build off of our codebase and get updates from the official repo.

0x1mason commented 10 years ago

Gotcha. I'm still confused by some of the directory structure. E.g., why is templatetags in inspections but templates in eatsmart?

On Mon, Mar 24, 2014 at 10:01 AM, Colin Copeland notifications@github.comwrote:

Technically, in Django's world, eatsmart is the project and inspectionsis a Django app. We can move it to eatsmart.inspections though.

The original reason I had kept them separate was if we were going to split out inspections into it's own repository and maintain it as an app. This would be the ideal setup for other folks to build off of our codebase and get updates from the official repo.

Reply to this email directly or view it on GitHubhttps://github.com/codefordurham/Durham-Restaurants/issues/65#issuecomment-38447387 .

0x1mason commented 10 years ago

Ahhhh. Now I see what's going on. Closing.