Skip to content
Snippets Groups Projects
Verified Commit 1684b9a8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Import gettext.

parent ee2a963a
No related branches found
No related tags found
No related merge requests found
from django.db import models
from django.utils.translation import ugettext_lazy as _
class ServiceCategory(models.Model):
name = models.CharField(_('Name'), max_length=50, unique=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment