This repository has been archived on 2023-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
django-pyvows/vows/sandbox/main/models.py

15 lines
386 B
Python
Raw Normal View History

2011-05-10 02:14:48 +00:00
#!/usr/bin/python
# -*- coding: utf-8 -*-
# django-pyvows extensions
# https://github.com/rafaelcaricio/django-pyvows
# Licensed under the MIT license:
# http://www.opensource.org/licenses/mit-license
# Copyright (c) 2011 Rafael Caricio rafael@caricio.com
2011-05-08 02:33:25 +00:00
from django.db import models
2011-05-10 02:14:48 +00:00
class StringModel(models.Model):
getattr(field, attr) name = models.CharField(max_length=100)