Revision 47394a46 cloudcms/models.py

b/cloudcms/models.py
52 52
    site = models.ForeignKey(sites_models.Site)
53 53
    app_url = models.URLField(help_text="The url of the application UI (not "\
54 54
            "the cms", verify_exists=False, blank=True, null=True)
55

  
55
    index_url = models.CharField(max_length=255, default="/", blank=False,
56
            null=False)
56 57
    linked_in_username = models.CharField(max_length=255, blank=True)
57 58
    twitter_username = models.CharField(max_length=255, blank=True)
58 59
    facebook_username = models.CharField(max_length=255, blank=True)

Also available in: Unified diff