On May 16, 2017 4:58 PM, "Joel McLaughlin" <[email protected]> wrote:

Hi, I have a website that is currently hosted on the Django platform using
a Wagtail template.  I didn't design the website, however; I am trying to
transfer because my hosting is like $500 a month and the designers aren't
being helpful.  I told them I need all the files to transfer the website to
another host using the Django platform.

They ONLY provided the basic HTML files as if the website were static.  No
database, no template files or anything.


Check your contact with them regarding ownership of those files, especially
the database. In most cases, the application is developed specially for the
customer, and the customer is the owner of the code since they paid to have
it developed. An official letter from a lawyer explaining the ownership
clauses in the contract may be enough to get them to budge. If you are
using per-built templates that the company offers as an add-on, you may not
be able to acquire those templates specifically. The static version is
easy-enough to pull on your own.

If you aren't able to acquire the files, depending on the complexity of the
site, you may be better off just developing from scratch. The business
logic of the application is ultimately what you're after (the front-end
design is incidental and can be more easily created and applied later). If
you aren't retrieving that logic from the existing site, you've lost a
large portion of the value that will take time to recover.

The biggest loss will be the database with all of your existing business
information (and schema). That can't be rebuilt (the info, not the schema),
and is probably the most valuable piece.

It would be worth going harder after the developers for that, if nothing
else.

-James

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUsEkYmf-npqBe0cfFRpbaiFY29CinjosZ%2BKayAGQB0mw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to