Implemented mandant based blog posts
This commit is contained in:
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
|
||||
along with TipPy. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
"""
|
||||
from tipp.models import Team, Match, Tipp, Score, Mandant, RelUserMandant, Competition, Post, UserProfile
|
||||
from tipp.models import *
|
||||
from django.contrib import admin
|
||||
|
||||
class PostAdmin(admin.ModelAdmin):
|
||||
@@ -41,4 +41,5 @@ admin.site.register(Score)
|
||||
admin.site.register(RelUserMandant)
|
||||
admin.site.register(Competition)
|
||||
admin.site.register(Post, PostAdmin)
|
||||
admin.site.register(RelPostMandant)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user