文章列表
Django Slug
- 博客分类:
- django
Slug is a newspaper term. A slug is a short label for something, containing only letters, numbers, underscores or hyphens. They're generally used in URLs.Like a CharField, you can specify max_length (read the note about database portability and max_length in that section, too). If max_length is not s ...