Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
89659cef
Commit
89659cef
authored
Dec 29, 2007
by
eliott
Browse files
Removed import no longer used.
parent
7d753eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
news/models.py
View file @
89659cef
from
django.db
import
models
from
django.contrib.auth.models
import
User
import
re
from
archweb_dev.utils
import
Stripper
class
News
(
models
.
Model
):
id
=
models
.
AutoField
(
primary_key
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment