Mercurial
Mercurial
>
ammico
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
server/admin.py
changeset 12
1ada9d221ba3
equal
deleted
inserted
replaced
11:ffb8340ba86f
12:1ada9d221ba3
1
from django.contrib import admin
2
from models import Record
3
4
5
admin.site.register(Record)
6
7