There's no reason why you can't split these into separate apps, then create
a templates directory and urls.py in each app folder, if this will help the
site organisation. You'll have to make sure you add each app to
settings.py, create __init__.py in every app folder. Just go for it. Get
everyone working on those articles to use a repo and teach them how to pull
and push changes. Then you simply deploy the changes when you want to...
That's just my 2 cents.


On 8 January 2013 07:52, chad petzoldt <cpetz...@gmail.com> wrote:

> Right now my project only has 2 apps that use a database (*real* apps).
> The rest of the website is composed of many custom views, scattered all
> over the place. I am new to Django, and I havn't quite figured out how to
> structure my project directory just yet.
>
> I think what I should really be looking at is the beginnings of a Content
> Management System. But at this point, I think that is too far over my
> head.The other *issue* is related to my design/develop workflow. Working
> completely through an internet browser just isnt possible for 80% of the
> project cycle. We have many programs which want to work directly on the
> filesystem (on an offline machine), mostly coming from the Adobe Creative
> Suite.
>
>  There are all kinds of media documents and markups forming "Articles".
> These Articles are passed around as bundles during design, and then when
> they get to me I have to tie them together very neatly and push them onto
> the website. The one thing I do have control over is the Url layout, and
> the navigation of these articles.
>
> Should I be splitting each of these "articles" into their own apps (a
> directory with little more than 'templates/' and 'static/'). This makes
> synchronization easy with the server, there is no database interaction
> required; the only task left after the sync is for me to update my
> navigation widgets (which I currently just do by hand).
>
> Am I going the right direction here? Is there some App that helps me
> accomplish this task a little cleaner. I think what I really want, is an
> App Application (hotplugging apps or something like that).
>
> --
> 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/-/yJsqstRt2JIJ.
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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