Adil Mohak
Adil Mohak
  • 6
  • 56 900
Level Up Your Django Skills: Building a Modern Real-Time Chat App with HTMX and WebSockets
🚀 Dive into the future of web apps with our demo of a dynamic chat app using Django, Channels, HTMX, and WebSockets. Witness real-time updates and seamless interactions that HTMX and WebSockets bring to the table.
If you're a Django enthusiast eager to explore the convergence of real-time functionality, HTMX magic, and cutting-edge web development techniques, this project is your gateway. Make sure to like, subscribe, and hit the notification bell for an immersive learning experience! 💡🌐
Source code: github.com/adilmohak/dj-chat
In this project you will learn:
- How to build a production-ready chat app using django web framework.
- Integration of django and htmx.
- How htmx can be used with other plugins like select2, bootstrap, etc.
- The best way of handling authentications in django.
- Using production-level packages like channels, redis, django-allauth, django-crispy-forms, django-select2, etc. to build a production-ready app.
#django #chat #realtime #chatapp #websocket #htmx #channels #djangoallauth #select2 #bootstarp
มุมมอง: 1 495

วีดีโอ

Source code and setup Django learning management system
มุมมอง 31Kปีที่แล้ว
In this video, we're going to set up a Django project which is a learning management system. Please don't forget to give it a star✨ on GitHub and also like this video. Source code: github.com/adilmohak/django-lms Demo video: th-cam.com/video/KKIeRXwZ-Sw/w-d-xo.html #learning #learningmanagementsystem #django #python #setup #resultmanagementsystem #studentmanagementsystem #schoolmanagementsystem...
Dama Games - New video game trailer
มุมมอง 1452 ปีที่แล้ว
#damagames #dama #ethiogames #ethiopia
Python Django Advanced Student Management and E-learning System (full-length video)
มุมมอง 20K3 ปีที่แล้ว
Student Management and e-learning system using Python / Django. Current main features: 1. Add and drop courses 2. Submit student's scores 3. Calculate student's grades automatically 4. Online quiz testes 5. Check assessment results 6. Check grade results for each semester, including cumulative grade result 7. Video and documentation uploads and downloads for each course 8. User management (regi...
Gedl (ገድል) - 2021, Trailer video
มุมมอง 1.1K3 ปีที่แล้ว
Gedl (ገድል), an unprecedented video game in Ethiopia. Powered by Duma Game.Dev, Please support us by hitting the like button, we will post the full-length trailer video soon, so make sure you subscribe to this channel. My official website ezop.herokuapp.com student management and e-learning system th-cam.com/video/ytP-k95F0ug/w-d-xo.html #gedl #gedlvideogame #videogame #dumagamedev #ethiopianvid...
Python Django Advanced Student Management and E-learning System
มุมมอง 3.7K3 ปีที่แล้ว
Student Management and e-learning system using Python / Django. Current main features: 1. Add and drop courses 2. Submit student's scores 3. Calculate student's grades automatically 4. Online quiz testes 5. Check assessment results 6. Check grade results for each semester, including cumulative grade result 7. Video and documentation uploads and downloads for each course 8. User management (regi...

ความคิดเห็น

  • @tinhNguyen-jx4pp
    @tinhNguyen-jx4pp 27 วันที่ผ่านมา

    heart

  • @ChanSerey44
    @ChanSerey44 หลายเดือนก่อน

    No celery moudle name please help fix

  • @ArvindKaranje
    @ArvindKaranje หลายเดือนก่อน

    Hii bro ,how can I login as student and lecture ??? Where is the credentials for that , don't have any option in the frontend to sign in new student ?

  • @shubhanshutiwari5533
    @shubhanshutiwari5533 2 หลายเดือนก่อน

    How can i login with user???

  • @dhanush-s1g
    @dhanush-s1g 3 หลายเดือนก่อน

    How to login to students dashboard

  • @navyas511
    @navyas511 3 หลายเดือนก่อน

    Hello sir how can we know the password of database

  • @kamaraemmanuelf6409
    @kamaraemmanuelf6409 4 หลายเดือนก่อน

    Hello Sir, thanks so much for your good video .. what is the password for the students and staff please

  • @NAVAKING
    @NAVAKING 4 หลายเดือนก่อน

    how did you get the terminal in visual

  • @NAVAKING
    @NAVAKING 4 หลายเดือนก่อน

    how to instal git

  • @elijahaugustintambakomba9805
    @elijahaugustintambakomba9805 4 หลายเดือนก่อน

    please i need a guide I'm having problem running it

  • @briankasia
    @briankasia 4 หลายเดือนก่อน

    i am trying to make migrations help. it is showing error........... PS C:\Users\Hp\django-lms> python manage.py migrate Traceback (most recent call last): File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 225, in connect self.connection = self.get_new_connection(conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 203, in get_new_connection connection = Database.connect(**conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\psycopg2\__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: invalid integer value "[YOUR_POSTGRES_PORT default is 5432]" for connection option "port" The above exception was the direct cause of the following exception: Traceback (most recent call last): File "manage.py", line 21, in <module> main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\__init__.py", line 446, in execute_from_command_line utility.execute() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\__init__.py", line 440, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 414, in run_from_argv self.execute(*args, **cmd_options) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 460, in execute output = self.handle(*args, **options) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 98, in wrapped res = handle_func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\commands\migrate.py", line 91, in handle self.check(databases=[database]) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 487, in check all_issues = checks.run_checks( File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\checks egistry.py", line 88, in run_checks new_errors = check(app_configs=app_configs, databases=databases) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\checks\model_checks.py", line 36, in check_all_models errors.extend(model.check(**kwargs)) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\models\base.py", line 1461, in check *cls._check_indexes(databases), File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\models\base.py", line 1864, in _check_indexes connection.features.supports_covering_indexes File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\functional.py", line 49, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\features.py", line 84, in is_postgresql_11 return self.connection.pg_version >= 110000 File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\functional.py", line 49, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 354, in pg_version with self.temporary_connection(): File "C:\Program Files\Python38\lib\contextlib.py", line 113, in __enter__ return next(self.gen) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 639, in temporary_connection with self.cursor() as cursor: File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 284, in cursor return self._cursor() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 260, in _cursor self.ensure_connection() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 225, in connect self.connection = self.get_new_connection(conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 203, in get_new_connection connection = Database.connect(**conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\psycopg2\__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: invalid integer value "[YOUR_POSTGRES_PORT default is 5432]" for connection option "port" PS C:\Users\Hp\django-lms>

  • @Rogersllog
    @Rogersllog 4 หลายเดือนก่อน

    really good project!Worth a walkthrough tutorials!

  • @meditation2501
    @meditation2501 5 หลายเดือนก่อน

    I am not getting autogenerated email for student and lectures . Which all files I need to update to get message for my smtp?

  • @Rogersllog
    @Rogersllog 5 หลายเดือนก่อน

    It's so amazing! Could you please offer me some instruction to interpret the codes?

  • @meditation2501
    @meditation2501 5 หลายเดือนก่อน

    How to set Student & Lecturers password ?

    • @adilmohak
      @adilmohak 5 หลายเดือนก่อน

      The id and password of students and lecturers are generated automatically and sent to their email address, we don't set id and password manually

    • @meditation2501
      @meditation2501 5 หลายเดือนก่อน

      @@adilmohak I am not getting autogenerated email . Which all files I need to update to get message for my smtp?

    • @ArvindKaranje
      @ArvindKaranje หลายเดือนก่อน

      @@adilmohak hello sir ,please provide me a solution for this ...many peoples are facing the same issue now

  • @ayo-ju5sv
    @ayo-ju5sv 5 หลายเดือนก่อน

    GOD BLESS YOUR KIND THOUGHTS 🔥

  • @Rcvery
    @Rcvery 5 หลายเดือนก่อน

    Db port is blank??

  • @Rcvery
    @Rcvery 5 หลายเดือนก่อน

    Sir db name not found you never showed your env finished

  • @briankasia
    @briankasia 5 หลายเดือนก่อน

    what does this mean............. what do i do....... it happened at the end of entering "pip install -r requirements.txt". <string>:45: RuntimeWarning: Pillow 9.3.0 does not support Python 3.12 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for Pillow Failed to build Pillow ERROR: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects

    • @adilmohak
      @adilmohak 5 หลายเดือนก่อน

      Hello, please create a new issue on GitHub

    • @adilmohak
      @adilmohak 5 หลายเดือนก่อน

      Probably your python version is not compatible with the Pillow, the project requires Python-3.8 and above

    • @briankasia
      @briankasia 5 หลายเดือนก่อน

      OK downloaded 3.8 I'll check and let you know

    • @Rcvery
      @Rcvery 5 หลายเดือนก่อน

      ​​@@adilmohak sir db name not found when run makemigration

    • @briankasia
      @briankasia 4 หลายเดือนก่อน

      PS C:\Users\Hp\django-lms> python manage.py migrate Traceback (most recent call last): File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 225, in connect self.connection = self.get_new_connection(conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 203, in get_new_connection connection = Database.connect(**conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\psycopg2\__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: invalid integer value "[YOUR_POSTGRES_PORT default is 5432]" for connection option "port" The above exception was the direct cause of the following exception: Traceback (most recent call last): File "manage.py", line 21, in <module> main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\__init__.py", line 446, in execute_from_command_line utility.execute() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\__init__.py", line 440, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 414, in run_from_argv self.execute(*args, **cmd_options) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 460, in execute output = self.handle(*args, **options) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 98, in wrapped res = handle_func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\commands\migrate.py", line 91, in handle self.check(databases=[database]) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\management\base.py", line 487, in check all_issues = checks.run_checks( File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\checks egistry.py", line 88, in run_checks new_errors = check(app_configs=app_configs, databases=databases) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\core\checks\model_checks.py", line 36, in check_all_models errors.extend(model.check(**kwargs)) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\models\base.py", line 1461, in check *cls._check_indexes(databases), File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\models\base.py", line 1864, in _check_indexes connection.features.supports_covering_indexes File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\functional.py", line 49, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\features.py", line 84, in is_postgresql_11 return self.connection.pg_version >= 110000 File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\functional.py", line 49, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 354, in pg_version with self.temporary_connection(): File "C:\Program Files\Python38\lib\contextlib.py", line 113, in __enter__ return next(self.gen) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 639, in temporary_connection with self.cursor() as cursor: File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 284, in cursor return self._cursor() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 260, in _cursor self.ensure_connection() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 244, in ensure_connection self.connect() File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\base\base.py", line 225, in connect self.connection = self.get_new_connection(conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\utils\asyncio.py", line 26, in inner return func(*args, **kwargs) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\django\db\backends\postgresql\base.py", line 203, in get_new_connection connection = Database.connect(**conn_params) File "c:\Users\Hp\django-lms\.venv\lib\site-packages\psycopg2\__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: invalid integer value "[YOUR_POSTGRES_PORT default is 5432]" for connection option "port" PS C:\Users\Hp\django-lms> ............what do i do...

  • @thilakabinav
    @thilakabinav 5 หลายเดือนก่อน

    I can't add a student or lecturer it shows error database connected I can create super user can some one help

  • @ankanmanna2517
    @ankanmanna2517 6 หลายเดือนก่อน

    the dependencies cannot download successfully Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [21 lines of output] running egg_info writing psycopg2_binary.egg-info\PKG-INFO writing dependency_links to psycopg2_binary.egg-info\dependency_links.txt writing top-level names to psycopg2_binary.egg-info\top_level.txt Error: pg_config executable not found. pg_config is required to build psycopg2 from source. Please add the directory containing pg_config to the $PATH or specify the full executable path with the option: python setup.py build_ext --pg-config /path/to/pg_config build ... or with the pg_config option in 'setup.cfg'. If you prefer to avoid building psycopg2 from source, please install the PyPI 'psycopg2-binary' package instead. For further information please check the 'doc/src/install.rst' file (also at <www.psycopg.org/docs/install.html>). [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. (venv) PS C:\Users\ANKAN\Desktop\django-lms-main>

  • @bethuelthipe-moukangwe7786
    @bethuelthipe-moukangwe7786 6 หลายเดือนก่อน

    I need the tutorial on this project. I want to use it for my online school

  • @rohit9165
    @rohit9165 6 หลายเดือนก่อน

    Please reply....U gonna make a video on it. I did everything but css is not working and there is issue in websocket connection too.

    • @adilmohak
      @adilmohak 6 หลายเดือนก่อน

      Hello, I will create an installation video. I can't say the exact date but very soon.

  • @bkgraphicdesign3464
    @bkgraphicdesign3464 6 หลายเดือนก่อน

    Nice work! I love all the features included in this project. Please boss, I am finding it difficult installing the packages as in "pip install -r requirements.txt" some of the packages will install but when it reaches pillow, and decouple it catches errors

    • @adilmohak
      @adilmohak 6 หลายเดือนก่อน

      Glad you liked the project, please provide me the full log when trying to install Pillow. Perhaps create a new issue on GitHub so that other folks can also help you. Are u on Windows OS?

  • @cuteanimals9775
    @cuteanimals9775 6 หลายเดือนก่อน

    what is ID number and password for Sign in please

  • @ammarahmomin
    @ammarahmomin 6 หลายเดือนก่อน

    hello , please help me out with an issue . Whenever I try to add a "lecturer" or a "student" it shows me a SMTPAuthentication error. I am quite new in the programming scene especially with python, so i hope you can help me.

    • @jaswanthjas9129
      @jaswanthjas9129 5 หลายเดือนก่อน

      did u figure it out?

    • @jaswanthjas9129
      @jaswanthjas9129 5 หลายเดือนก่อน

      Please let me know if u’ve figured it It’s important for me to

    • @thilakabinav
      @thilakabinav 5 หลายเดือนก่อน

      ​@@jaswanthjas9129 same bro

  • @rohit9165
    @rohit9165 6 หลายเดือนก่อน

    Please make a video on installation of project 🙏🙏

  • @ДенисДо-ш5ц
    @ДенисДо-ш5ц 6 หลายเดือนก่อน

    Hello Adil. Can I use and develop this project for free?

  • @Anushka792-h1z
    @Anushka792-h1z 7 หลายเดือนก่อน

    Hi.. Can you further develop this code of evaluating subjective answers of the students.. where students can type and submit the answer and the model will assign the grade to the student answer.. These questions and model answers are set by the teachers in the admin panel.. teachers can add questions, model answers and minimum and maximum score of that question...

  • @nbrcodingadda5874
    @nbrcodingadda5874 7 หลายเดือนก่อน

    I have tried make migration but showing create database pls suggest me how to do make migration and migrate

  • @khaledsamy5558
    @khaledsamy5558 7 หลายเดือนก่อน

    does this project include database

  • @khaledsamy5558
    @khaledsamy5558 7 หลายเดือนก่อน

    I run it but how can i link it to a real data base

  • @JonahKMenson
    @JonahKMenson 7 หลายเดือนก่อน

    Nice work. I'm actually finding it difficult to set it up

  • @manoj-gt2gh
    @manoj-gt2gh 7 หลายเดือนก่อน

    makemigration is not done

  • @saadatislam4259
    @saadatislam4259 7 หลายเดือนก่อน

    Student & lecturer can not be added. Dashboard page is not working. it says "SMTP" error.

    • @ammarahmomin
      @ammarahmomin 6 หลายเดือนก่อน

      hi i am getting the same error , is it working for you now ? if yes help me out too

    • @jaswanthjas9129
      @jaswanthjas9129 5 หลายเดือนก่อน

      I’m facing the same error too Can anybody help me It’s urgent and important for me

  • @apex9798
    @apex9798 7 หลายเดือนก่อน

    Hey! The students and lectures, I'm not able to create them! Can you fix it!

    • @adilmohak
      @adilmohak 7 หลายเดือนก่อน

      Hey, can you please provide me the error log? It would be helpful for me to help you.

    • @ammarahmomin
      @ammarahmomin 6 หลายเดือนก่อน

      hey , i am getting the same error , is it solved for you now? help me out pls

  • @anynomousgeek6129
    @anynomousgeek6129 7 หลายเดือนก่อน

    hey, i am having trouble setting up this project locally, can you please guide! not able to clone it also downloading zip gives access denied error! Thankyou

  • @officialkhusus48
    @officialkhusus48 8 หลายเดือนก่อน

    Helo sir, please your make integration LTI tools, on lms. Thanks

  • @gellaabhiram274
    @gellaabhiram274 8 หลายเดือนก่อน

    would you please tell me how to setup the secret key in .env file

    • @adilmohak
      @adilmohak 8 หลายเดือนก่อน

      On a Python shell run this code from django.core.management import utils print(utils.get_random_secret_key())

  • @ash-faque
    @ash-faque 8 หลายเดือนก่อน

    wtf

  • @dlilhare4748
    @dlilhare4748 9 หลายเดือนก่อน

    Great

    • @adilmohak
      @adilmohak 8 หลายเดือนก่อน

      Thanks :)

  • @iyasutariku79862
    @iyasutariku79862 9 หลายเดือนก่อน

    mirt lij wow

    • @adilmohak
      @adilmohak 9 หลายเดือนก่อน

      Amesegnalehu bro

  • @samiamahbub5040
    @samiamahbub5040 9 หลายเดือนก่อน

    Can you share your ER model of the project ??

  • @Isabella-jm9jk
    @Isabella-jm9jk 9 หลายเดือนก่อน

    Sir, how were you able to run this project on a mobile? Kindly help

  • @MuhammadIbrahim-yh1mr
    @MuhammadIbrahim-yh1mr 9 หลายเดือนก่อน

    This is wonderful, nice work

    • @adilmohak
      @adilmohak 9 หลายเดือนก่อน

      Thank you a lot

  • @samiamahbub5040
    @samiamahbub5040 9 หลายเดือนก่อน

    Can i add a "problem solving contest" feature in that kinds of project? How?

    • @adilmohak
      @adilmohak 9 หลายเดือนก่อน

      Hey, can you clarify your question for me please

    • @samiamahbub5040
      @samiamahbub5040 9 หลายเดือนก่อน

      @@adilmohak I want to make a project for my "database management system" course .It is actually a learning management system where have features like user management, instructors can share resources, give assignments, study material coursewise in a virtual classroom ,can create a quiz test by timing, any instructors can create competittive programming contests like problem solving and students can get a particular ratings for the contest ,there will also be a code editor to submit the solutions, instructors can track every students progress by rating and after some rating in a range they get a badge, there will be a ranking leaderboard for the contest participants, students can ask any question to the instructors in the comment box. How can i be able to implement this project?Could you give me a little bit hint to add this kinds of contest in my project?

  • @Isabella-jm9jk
    @Isabella-jm9jk 9 หลายเดือนก่อน

    Hello, styling is not working for me even after doing hard refresh. Should I include % static somewhere? Please help The below is the error log: [08/Jan/2024 10:08:47] "GET /favicon.ico HTTP/1.1" 404 6158 [08/Jan/2024 10:10:26] "GET /static/css/font-face.css HTTP/1.1" 404 1911 [08/Jan/2024 10:10:26] "GET /static/css/bootstrap.css HTTP/1.1" 404 1911 [08/Jan/2024 10:10:26] "GET /static/css/style.css HTTP/1.1" 404 1899 [08/Jan/2024 10:32:48] "GET /accounts/login/?next=/ HTTP/1.1" 200 2756 [08/Jan/2024 10:32:48] "GET /static/css/font-face.css HTTP/1.1" 404 1911 [08/Jan/2024 10:32:48] "GET /static/js/jquery-3.3.1.min.js HTTP/1.1" 404 1926 [08/Jan/2024 10:32:48] "GET /static/css/style.css HTTP/1.1" 200 23734 [08/Jan/2024 10:32:48] "GET /static/css/bootstrap.css HTTP/1.1" 404 1911 [08/Jan/2024 10:32:48] "GET /static/fonts/rubik-v14-latin/rubik-v14-latin-300.woff2 HTTP/1.1" 200 15864 [08/Jan/2024 10:32:48] "GET /static/css/style.min.css.map HTTP/1.1" 200 11168 [08/Jan/2024 10:33:32] "GET /accounts/login/?next=/ HTTP/1.1" 200 2756 [08/Jan/2024 10:33:32] "GET /static/css/font-face.css HTTP/1.1" 404 1911 [08/Jan/2024 10:33:32] "GET /static/css/bootstrap.css HTTP/1.1" 404 1911 [08/Jan/2024 10:33:32] "GET /static/js/jquery-3.3.1.min.js HTTP/1.1" 404 1926

    • @adilmohak
      @adilmohak 9 หลายเดือนก่อน

      Hi, this has been resolved now, try to pull the latest update. Also if you set DEBUG=False you should also run `python manage.py collectstatic`

  • @haizen4648
    @haizen4648 9 หลายเดือนก่อน

    Hi Why do I keep getting this ? I keep getting this error (venv) C:\Users\Charith\Desktop\New lms\django-lms>python manage.py makemigrations Traceback (most recent call last): File "C:\Users\Charith\Desktop\New lms\django-lms\manage.py", line 24, in <module> main() File "C:\Users\Charith\Desktop\New lms\django-lms\manage.py", line 18, in main execute_from_command_line(sys.argv) File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\management\__init__.py", line 442, in execute_from_command_line utility.execute() File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\management\__init__.py", line 436, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\management\base.py", line 412, in run_from_argv self.execute(*args, **cmd_options) File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\management\base.py", line 453, in execute self.check() File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\management\base.py", line 485, in check all_issues = checks.run_checks( ^^^^^^^^^^^^^^^^^^ File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\checks egistry.py", line 88, in run_checks new_errors = check(app_configs=app_configs, databases=databases) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\core\checks\model_checks.py", line 18, in check_all_models models = apps.get_models() ^^^^^^^^^^^^^^^^^ File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\apps egistry.py", line 181, in get_models self.check_models_ready() File "C:\Users\Charith\Desktop\New lms\django-lms\venv\Lib\site-packages\django\apps egistry.py", line 143, in check_models_ready raise AppRegistryNotReady("Models aren't loaded yet.") django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.

  • @learncse
    @learncse 10 หลายเดือนก่อน

    wait are you habesha

    • @adilmohak
      @adilmohak 10 หลายเดือนก่อน

      awo habesha negn😆🤫

  • @kerroumifatimazohra1062
    @kerroumifatimazohra1062 10 หลายเดือนก่อน

    UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 103: invalid continuation byte

    • @adilmohak
      @adilmohak 10 หลายเดือนก่อน

      Hi, create an issue on the GitHub repo with full traceback