10 MAY 2016
Spin up a new Django site and incorporate an existing HTML template...
I have an HTML template and would like it carved up to be implemented into a brand new Django site (that you'll create).
The Django site should implement a landing page off the root URL route, an Admin off /admin and the HTML template off /app. In addition I'd also like to incorporate custom user Profiles that I can extend with additional fields later on.
The HTML Template that you'll incorporate off of the /app route, will be fairly bare bones consisting of Header/Footer, Login styling, Profile Management, etc.