mirror of
https://github.com/kennethreitz-archive/winchestar.git
synced 2026-06-21 07:50:58 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
from ripper.models import Article
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(Article) |