##// END OF EJS Templates
REALLY removed the spaces from the post id for validation purposes.
REALLY removed the spaces from the post id for validation purposes.

File last commit:

r116:81f8bb6b default
r135:92e3de2a default
Show More
admin.py
6 lines | 184 B | text/x-python | PythonLexer
from django.contrib import admin
from boards.models import Post, Tag, Admin, Ban
admin.site.register(Post)
admin.site.register(Tag)
admin.site.register(Admin)
admin.site.register(Ban)