On Thu, Oct 16, 2008 at 2:19 AM, JFQueralt <[EMAIL PROTECTED]> wrote:
> There has to be a way to retrieve information fron a file in Django (I
> ´ve seen official docs on it).
> XML is nothing than a structured data file so there should be a way to
> retrieve a value and use it in a template.

Once again, I think you're confusing ideas here; Django is simply a
set of Python libraries you use to write code, in Python, for web
applications. The code in your Django applications is Python code. Not
some sort of special separate "Django code", but just plain old
ordinary everyday Python code doing the sorts of things plain old
ordinary everyday Python code does: importing things from libraries
and using them.

Once you get over that conceptual problem, I think you'll have a much
easier time of it.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to