Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
More changes on models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 31, 2010
1 parent 7b5316e commit d8af915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/models.py
@@ -1,7 +1,6 @@
from django.db import models
from django.contrib.auth.models import User

# Create your models here.
class Post(models.Model):
title = models.CharField(max_length = 200)
content = models.TextField()
Expand Down

0 comments on commit d8af915

Please sign in to comment.