On Thursday, September 12, 2013, Germán Larraín wrote:

> Some comments:
>
> * why use sqlalchemy if Django has its own ORM?
> * you mentioned parsing SQL entries; watch out!
> * if you are starting a new project, I seriously recommend you to use
> PostreSQL, not MySQL/Maria DB
>
> -
>

Hi
 why use sqlalchemy if Django has its own ORM?

I was just googling for methods and examples of how people do this. Of the
very  scarce info out there Sqlalchemy was in it.

In the django docs it has initial fixtures.


https://docs.djangoproject.com/en/1.2/howto/initial-data/#providing-initial-data-with-fixtures

But this doesn't seem to provide the functionality of loading recurring
data via XML data thru ORM to database.

Sayth

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to