Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 9, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moacirmoda/f5b5616bb2b054d11a57e71891191efc to your computer and use it in GitHub Desktop.
Save moacirmoda/f5b5616bb2b054d11a57e71891191efc to your computer and use it in GitHub Desktop.
class Page(models.Model):
url = models.URLField(help_text="Example: '/about/contact/'. Make sure to have leading and trailing slashes.")
title = models.CharField(max_length=50)
content = models.TextField(help_text="Full HTML is allowed.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment