One suggestion would be for you to read through the django tutorial (or actually do the tutorial) so you get a feel for what a django site needs to run. Then ask for those files, build up the site and test it.
At a minimum you need the database files (Psotgres, MySQL, SQLite....), the templates, the forms, and all the little glue pieces (files - is settings.py etc) that make a django site. A second thought - the previous developers must have had a way to deploy the site....ask them for those files and methodology. Good Luck! Mark On Tue, May 16, 2017 at 4:57 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. > > Can someone that has knowledge on Django let me know exactly everything I > need to transfer? Being as specific as possible would be EXTREMELY helpful. > > I am guessing there are template base files. Databases, etc.... Right > now I only have the HTML, CSS and Images to upload the site as a static > website. > > Thank you so much. > > -- > 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/8541f58c-4fa7-4536-a165-eb50ddf0f6d9%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/8541f58c-4fa7-4536-a165-eb50ddf0f6d9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEqej2OxaTZURvCf3Tgf7gao3eQ7kFvwOfUvpu0i5uKx%2BdNCGw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

