Hi all,
I got some of the documents to enable static generator but still for
away from the result.
Please show me the way to implement it for my site so that I can
enhance the performance.
I am using apache + mod_wsgi.
I need to get detail about the apache configuration. How can I
configure it for
Hi,
I have three models as
class Category(models.Model):
name = models.CharField(max_length=128)
class SubCategory(models.Model):
category = models.ForeignKey(Category)
name = models.CharField(max_length = 400)
class Document(models.Model):
category = models.Fo
2 matches
Mail list logo