Python Pyforms : how to use css in Pyforms or html-api in pyforms -


i using pyforms generating forms. but, have use stylesheet/css/html-api in pyforms. follow step have been given on link. want know how add css , making layout beautiful. can please give me better solution that

youu can add css stylesheet importing settings , adding settings.py file reference css file.

from pysettings import conf import settings conf+=settings 

settings.py

pyforms_stylesheet = "stylesheet.css" 

see the accompany tutorial.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -