23 crud application (employee management system) in flask

preview_player
Показать описание
crud application in python flask framework , database used sqlite3, frontend html, css-grid and bootstrap.

link for learning the html design page

link for learning all flask topics (entire playlist)

link for other tutorials
Рекомендации по теме
Комментарии
Автор

thank you so much, very useful video, I hope you record more videos

samahabdelghaffarmahmoud
Автор

Thank you Gurupreeth for your time you spend in this useful tutorial for us.

felipeserrano
Автор

Thank you for this wonderful explanation,

manitarai
Автор

Very nice explanation...Please make more such project videos on flask.

DataVisualize
Автор

Thank you, it's really very helpful!

minhkazu
Автор

Thank you man, clear and good explanation
you should have 50K subs easy with the content in your channel!!!

key
Автор

This is nice! I wonder if you’d create a flask-react combo in the future.

theav.
Автор

Amazing Work Gurupreeth.. i have a two task in this app can you help me please..?
1.how to store employee image in database and how to display it.
2. how to print single employee details in pdf format.

DrashtiVora-eulf
Автор

I am unable to redirect to other tabs from the header after landing on the update page !!
your help could mean alot...

minaparveen
Автор

Thanks man you help me alot but i have a question. How to update schema.sql? From empid integer AUTO_INCREMENT PRIMARY key to empid integer PRIMARY key AUTOINCREMENT? I saw on your video the schema, sql has been change.

datacontroller
Автор

Hello, it was nice one, could you please share with me the source link?

accordlematia
Автор

i got my all employee id as none
please can you help

yogeshzende
Автор

Hello I am making this as my final project in my school and everything is going okay, I just had a quick question. When navigating through all the pages, why sometimes it shows the page is not found and that the error 404 message is "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again." How can I fix it in order for navigating to be smooth?

nightpro
Автор

Hii Gurupreeth
I am following your this tutorial for a similar project I received from my company and I hope you can solve my one problem
Like you have made Dashboard... I want that dashboard to be accessed by Admin only, so for that can you suggest me any of your tutorial or any other tutorial. It will literally be life saving. Thank you

gqij
Автор

hi sir please i met a problem during my training,
Traceback (most recent call last):
File "/home/abu/Desktop/flask_application/venv/lib/python3.9/site-packages/flask/cli.py", line 234, in locate_app
__import__(module_name)
File "/home/abu/Desktop/flask_application/app.py", line 1, in <module>
from crypt import methods, request
ImportError: cannot import name 'request' from 'crypt'

dahirouallassaneibrahim
Автор

hello sir can u create a video how to deploy this project in heroku or netlify

shivamk
Автор

can you make a tut on taxi booking app with real-time google map tracking?

wilsonreuben
Автор

plzz send link python, html, css file sir

shantanu
Автор

hi i have problem with builderror
Could not build url for endpoint 'singleemployee'. Did you forget to specify values ['empid']?
File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 2548, in __call__
return self.wsgi_app(environ, start_response)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 2528, in wsgi_app
response = self.handle_exception(e)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 1822, in full_dispatch_request
rv =

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 1796, in dispatch_request
return

File "C:\crud_application_flask\app.py", line 77, in dashboard
return render_template('dashboard.html', user=user, allemp=allemp)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\templating.py", line 147, in render_template
return _render(app, template, context)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\templating.py", line 130, in _render
rv = template.render(context)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\jinja2\environment.py", line 1301, in render


File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\jinja2\environment.py", line 936, in handle_exception
raise

File "C:\crud_application_flask\templates\dashboard.html", line 75, in top-level template code
color:whitesmoke;" href="{{ url_for('singleemployee', empid = emp['empid'] )}}">View
File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 2031, in url_for
return self.handle_url_build_error(error, endpoint, values)

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\flask\app.py", line 2020, in url_for
rv = url_adapter.build( # type: ignore[union-attr]

File "C:\Users\John\AppData\Roaming\Python\Python311\site-packages\werkzeug\routing\map.py", line 917, in build
raise BuildError(endpoint, values, method, self)


the Login and Dashboard doesn't work

saviorchannel