Intro to Flask-Admin
15:00
11 ай бұрын
Пікірлер
@joseestebanjuarezvelazquez9894
@joseestebanjuarezvelazquez9894 11 сағат бұрын
Thanks It is so well explained. I have two question. ¿Should we have all the user, groups and permission tables in the public schema or should we have them in each specific tenant? ¿How can we move those in each tenant schemas tables?
@asliddintursunov7356
@asliddintursunov7356 19 сағат бұрын
I used flask Blueprints, so does the deployment will be same or is there any changes when using Blueprints???
@douglasherman8761
@douglasherman8761 Күн бұрын
awesome video. thanks!
@로시루브이로그
@로시루브이로그 Күн бұрын
This video is great!
@alikorloo8425
@alikorloo8425 2 күн бұрын
11 months have passed and still no sign of a video for the new style of model creation!
@user-td4pf6rr2t
@user-td4pf6rr2t 3 күн бұрын
This is because app = Flask(__name__)
@coopermatthewsprivate
@coopermatthewsprivate 5 күн бұрын
the power of sigmosis in controlling the sibidis is extreme
@coopermatthewsprivate
@coopermatthewsprivate 5 күн бұрын
This is pretty sigma.
@bjt...
@bjt... 5 күн бұрын
This video was sigma.
@coopermatthewsprivate
@coopermatthewsprivate 5 күн бұрын
I had the same thought, do you consider yourself sigma?
@bjt...
@bjt... 5 күн бұрын
@@coopermatthewsprivate No doubt.
@coopermatthewsprivate
@coopermatthewsprivate 5 күн бұрын
@@bjt... I doubt your sigmosis skibidi levels however
@obrien8228
@obrien8228 7 күн бұрын
Thanks so much for going through this, I have been struggle with this for a few days!
@houseofsharks
@houseofsharks 8 күн бұрын
Hello, i have an oracle free tier instance running ubuntu with some websites (php) hosted (with their own domains) by cloudpanel. If i do exactly like you did. My other websites will stop working?
@serg888fert4
@serg888fert4 8 күн бұрын
hi, sir. I get missing. TypeError: OAuth2AuthorizationCodeBearer.__init__() missing 1 required positional argument: 'authorizationUrl' help me please.
@AbdulRahim-lc6yb
@AbdulRahim-lc6yb 9 күн бұрын
Great lesson. Let me know we can create tenants with main domains not only in subdomains?
@LeeChan-mp5en
@LeeChan-mp5en 11 күн бұрын
Is it free ?
@bharratgehlot
@bharratgehlot 11 күн бұрын
thankyou to you i successfully deployed my django app
@kill_switch_101
@kill_switch_101 14 күн бұрын
tnx alot
@ygr4943
@ygr4943 14 күн бұрын
شكرا ❤
@maazshaikh7905
@maazshaikh7905 16 күн бұрын
can you also explain how to configure media and static files
@user-lt2px3ft4p
@user-lt2px3ft4p 17 күн бұрын
Thanks it’s very clear!😊
@FabioRibeiro-mu4ok
@FabioRibeiro-mu4ok 19 күн бұрын
Thank you so much for share!!!
@FabioRibeiro-mu4ok
@FabioRibeiro-mu4ok 19 күн бұрын
Thanks!
@jonmhayden
@jonmhayden 19 күн бұрын
Awesome video to help me get acquainted with React. Excellent job. A couple notes for anyone watching this now, react-router-dom had some updates so useHistory is now useNavigate, Switch is now Routes, and Redirect is Navigate. This is how I did the index.js: <BrowserRouter> <Routes> <Route exact path="/" element={!token ? <Navigate to="/login" /> : <Board token={token}/>} /> <Route path="/register" element={<Register setToken={setToken}/>} /> <Route path="/login" element={<Login setToken={setToken}/>} /> </Routes> </BrowserRouter> That seemed to work.
@stestingtesting
@stestingtesting 20 күн бұрын
i am getting Waiting for background tasks to complete. (CTRL+C to force quit) while sending bulk emails did you know the solution of this problem
@stestingtesting
@stestingtesting 20 күн бұрын
i am getting Waiting for background tasks to complete. (CTRL+C to force quit) while sending bulk emails did you know the solution of this problem
@stestingtesting
@stestingtesting 20 күн бұрын
i am getting Waiting for background tasks to complete. (CTRL+C to force quit) while sending bulk emails did you know the solution of this problem
@xx482
@xx482 21 күн бұрын
thanks for the video , i am unable to connect to Internal Database URL in render it is throwing error , but when i used external one i am able to connect , can you please let help me
@isaacnicolao2140
@isaacnicolao2140 22 күн бұрын
This is the best video! Big up Pretty Printed. I'll signup for one on one coaching soon.
@GedionDereje
@GedionDereje 23 күн бұрын
Thank you, Anthony.
@edehgeorge8257
@edehgeorge8257 24 күн бұрын
Great content. Thanks a ton
@SodaPy_dot_com
@SodaPy_dot_com 25 күн бұрын
ok
@dVicho
@dVicho 25 күн бұрын
Hello, thak you for sahre this tutorial. I read the official guida but is not intuitive. I follow the video and works fine. Your spanish is good :D
@arhumaalhor6152
@arhumaalhor6152 25 күн бұрын
Amazing, but next video with Django bro please ❤
@SomethingRandomChannel
@SomethingRandomChannel 25 күн бұрын
This is brilliant man, I’ve been wanting to make an OpenAI powered voice assistant and this will help make a nice ui for it thank you
@JeomonGeorge
@JeomonGeorge 26 күн бұрын
can you plz make a video to stream the llm response from a flask app (backend) to a nuxtjs app (frontend)
@prettyprinted
@prettyprinted 26 күн бұрын
I haven't done anything with NuxtJS, but I'll look into and see what I can do. Thanks for the idea.
@JustThink2000
@JustThink2000 26 күн бұрын
Very concise and easy to understand. Thanks for this, I was just looking for a way to build a recorder in order to prompt OpenAI.
@prettyprinted
@prettyprinted 26 күн бұрын
Glad it was helpful. Thanks for watching!
@benjohnson5897
@benjohnson5897 26 күн бұрын
Thanks! Very useful, but it reminded me why i simply code and deploy on Replit. I dont have enough patience for all this stuff! 😂
@edeniyanda
@edeniyanda 26 күн бұрын
The link to the template, I'm having problem getting access to the templates The link is the description is not displaying the template
@davidpaez_co
@davidpaez_co 27 күн бұрын
Such a simple, easy and clear explanation of all the moving parts necessary to get it working. Thank you Anthony!
@spm06
@spm06 28 күн бұрын
Nice Explanation Sir, i have some doubts, i want form multiple times while clicking add more button, not to specify extra field
@juanmarioparra
@juanmarioparra 28 күн бұрын
excelent video.
@MiguelGuzmanGuerrero
@MiguelGuzmanGuerrero 28 күн бұрын
Great! Was what I needed to understand the django-tenants! Thanks and congratulations!
@alexdin1565
@alexdin1565 25 күн бұрын
the problem is how we can deploy this? i think its only for localhost
@adetolaayeni1143
@adetolaayeni1143 Ай бұрын
admin pannel wont show get styled
@andregirardifarhat
@andregirardifarhat Ай бұрын
volume audio too low :(
@nijuyonkadesu
@nijuyonkadesu Ай бұрын
man, that was pricise. Thanks buddy
@EddiKh
@EddiKh Ай бұрын
Is there a tutorial on security configurations and firewall? and great video! exactly what I was looking for
@SomethingRandomChannel
@SomethingRandomChannel Ай бұрын
Awesome man thank you
@josklijnhout1660
@josklijnhout1660 Ай бұрын
Hi Great video, do already have it working for the assistent api, because my heads exploding. maybe you know. I have it in react, but want it in flask java
@user-hi3wz2zb3m
@user-hi3wz2zb3m Ай бұрын
Awesome man, thanks for that!!
@joelomoglio6450
@joelomoglio6450 Ай бұрын
You should review your videos before posting them, the audio is horrible, to the point I could not continue watching. It's a shame, seemed like a good video :(
@jonron3805
@jonron3805 Ай бұрын
How do we modify the templates? like the login page? The code of that is in the allauth folder withing venv, so how can I change that?