Horje
edit models in django admin Code Example
edit models in django admin
#go to the admin.py inside django app directory
from django.contrib import admin
from .models import <name of model>

admin.site.register(<name of model>)

#this should now let you view and interact with your models on /admin




Python

Related
pandas plot date histogram Code Example pandas plot date histogram Code Example
clear window python console Code Example clear window python console Code Example
convert 2d string array to float python Code Example convert 2d string array to float python Code Example
python cache return value Code Example python cache return value Code Example
python print error output Code Example python print error output Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7