On Tue, Apr 9, 2013 at 1:09 AM, Tim Johnson <t...@akwebsoft.com> wrote:
> FYI - I'm new to django, but have been doing web programming since
> '96 and python since '03.
>
> I intend to put together a test site on my desktop and push it to a
> remote server. I will be the only user making changes to this site.
>
> Thus I presume that it is OK to push the database as well.

Any time you push the database you will wipe any changes that are made
on the site itself. This includes things like sessions, users, etc. If
you don't use these things, then sure, push your DB to the site. If
your site makes any changes to your DB at all, it's probably not safe
to push it.

Cheers

Tom

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to