how should i make a non downloadable image in my django website

2016-07-08 Thread deepak manupati
how should i make a non downloadable image in my django website -- 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 django-users+unsubscr...@googlegroups.com. To

unindent does not match any outer indentation level

2016-07-05 Thread deepak manupati
am getting unindentation error can any one fix my problem File "/home/deepak/Desktop/ecommerce-2/src/products/models.py", line 31 def get_absolute_url(self): from django.core.urlresolvers import reverse from django.db import models class ProductQuerySet(models.query.QuerySet):