1 2 3 4 5 6 | @register.simple_tag
def kes(gelenveri, isaret, bas, son):
print gelenveri, isaret, bas, son
return gelenveri.split(isaret)[int(bas):int(son)]
|
More like this
- split_contents2 for template tags by bl4th3rsk1t3 3 years, 11 months ago
- Template tag "ifregex" and "ifnotregex" by arthurfurlan 3 years, 12 months ago
- twitter_status by zodman 4 years, 8 months ago
- Slightly better media path tag by ubernostrum 6 years, 1 month ago
- TemplateTag to Split a List into Uniform Chunks by cmcavoy 5 years, 2 months ago
Comments
Please post in english only. Thank you!
#