I am a new web developer and will be developing a simple "single-page" web application using Django. I'm not a graphic artist at all. I've been able to setup a simple form which looks pretty ugly but pretty much has the functionality. I'm basically generating raw html from Django views and just putting them on a white page.
Is it possible to purchase a theme such as below http://themeforest.net/item/quick-admin-template/4940725
and integrate into Django? Is there a certain style/type I should purchase that works well with Django. (like HTML5, Bootstrap, CSS, Angular JS, etc..) I'm just learning this so not that familiar with the design component. I know I'll have to edit the html a little bit to work with Django and I think I'm okay with that.
Basically my application will have a few features such as a base form to enter data, A monitor page, and a few admin pages. I'd like to use Ajax/Jquery to make it a "single page" application.
I like the look of the tabs/accordian on the side and top.
All of these admin templates have a ton of pages/features/etc... My guess is that I just use what I need and I can take the rest out? Is this correct?
Thanks for your help. Just looking for some simple guidance regarding best approach to create a rich looking single-page application in Django. Any help would be appreciated to get me on the right page!
Thanks