ASWIN

I'm

Projects

The main aim of our project is to provide a paper-less hospital up to 90%. It also aims at providing low-cost

Hospital management & system project

The project Hospital Management system includes appointment of patients

  • Languages : Htm, Css, Js, Python django, Bootstrap
  • Backend : Python Django
  • advantage : 1.Admin dashboard
    2.Booking appointment
    3.Departments details
    4.Doctor details,images
  • Source Code:
  • Linkedin :

How to add templates in django

  • 1.create a folder eg.ecom

    2.create project
        >django-admin startproject shop_p
        >cd shop_p

    3.create app
        >python manage.py startapp home
        >python manage.py runserver

    4. create folder templates

    5.create urls.py
        *click home >new file name=urls.py
    eg.
       from.import views     from django.urls import path
        urlpatterns = [    path('',views.index),
       ]

    6.click shop_p edit urls.py
    eg.
       from django.contrib import admin
       from django.urls import path,include
       urlpatterns = [     path('admin/', admin.site.urls),     path('',include('home.urls')),

    7.settings.py
    change
    1.INSTALLED_APPS = [    'django.contrib.admin',     'django.contrib.auth',     'django.contrib.contenttypes',    'django.contrib.sessions',    'django.contrib.messages',    'django.contrib.staticfiles',    'home', ]
    2.templates edit
    eg.
       'DIRS': ['templates'],
  • Linkedin :

Skills

HTML 100%
CSS 90%
JavaScript 75%
Django 80%
WordPress90%
Mysql 100%
C programing 100%
Cyber security 100%

Location:

Nilambur

Call:

+91 7025386182