I am using Pyforms for generating forms. But, I have to use stylesheet/css/html-api in my pyforms. I also follow step which have been given on this link. I want to know how to add css and making my layout beautiful. Can you please give me a better solution for that
Python Pyforms : how to use css in Pyforms or html-api in pyforms
784 views Asked by Ashish Aware At
2
Youu can add a css stylesheet by importing
settingsand adding asettings.pyfile where you reference the css file.settings.py
See the accompany tutorial.