amuck-landowner

Need someone to integrate a Python powered site to a template.

MannDude

Just a dude
vpsBoard Founder
Moderator
I'm looking for someone who can integrate DailyServerDeals.com into a theme I purchased from ThemeForest. The code is opensource and available here for viewing: https://github.com/OfferTeam/OfferListing

I can provide an environment to do this and, say, $50. I don't know how long it'll take so I'm not for sure if that's a good reward for the effort or not. :)

Let me know if you're interested. I've already got the theme and a dev server. 
 

Nett

Article Submitter
Verified Provider
I'm able to do this, PM me. I only need to know where the template files are located, browsed github and found nothing useful.
 

Virtovo

New Member
Verified Provider
Im used to using Jinja so could possibly help as Django templating is pretty similar..  Can't guarantee it; so would be happy to try, let you decide if you like the result then move forward. 
 

Novacha

Content Contributer
Just to let everyone know, the template language is Django's template language. All template files can be found under app's template folders and in the base template folder. 

The base template folder is called templates (https://github.com/OfferTeam/OfferListing/tree/develop/templates).

The accounts and offers apps both contain sub-template folders, which can be found here:

https://github.com/OfferTeam/OfferListing/tree/develop/accounts/templates

https://github.com/OfferTeam/OfferListing/tree/develop/offers/templates

An ongoing pull request would be great for anyone who can do this, so that I can help where necessary (such as providing extra context variables as needed).

Template Details:

All templates extend the base.html file in the base templates folder.

Static files are located in the static folder (https://github.com/OfferTeam/OfferListing/tree/develop/static) and are namespaced by folders (as recommended by Django).
 
Top
amuck-landowner