Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to change django admin text

#how to change django admin text
# django admin text change just copy and past this code in you project urls.py
admin.site.site_header = "UMSRA Admin"
admin.site.site_title = "UMSRA Admin Portal"
admin.site.index_title = "Welcome to UMSRA Researcher Portal"
Comment

PREVIOUS NEXT
Code Example
Python :: get yesterday date python 
Python :: pandas save file to pickle 
Python :: python install matplotlib 
Python :: python wait 1 sec 
Python :: max columns in python 
Python :: iterate through all files in directory python 
Python :: python currnent time now 
Python :: merge on index pandas 
Python :: python selenium get image src 
Python :: python open url in incognito 
Python :: how to remove microseconds from datetime in python 
Python :: python delete file 
Python :: matplotlib equal axis 
Python :: how to rezize image in python tkinter 
Python :: how to check python version 
Python :: get stats from array 
Python :: matplotlib xticks font size 
Python :: pandas find na 
Python :: split validation set 
Python :: pandas calculate iqr 
Python :: django previous url 
Python :: python gettext 
Python :: pytorch summary model 
Python :: export image python 
Python :: pandas loop through rows 
Python :: get page source code selenium python 
Python :: python strip non numeric in string 
Python :: parse datetime python 
Python :: Tk.destroy arguments 
Python :: python sleep 5 seconds 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =