diwamishra21 / django-website

Basic website using Django framework of python including HTML template importing, Database migration, Database fetching, Login and registration, admin panel(auto in django) and contact form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Website

Project-

Django basics(including calculator basic app, HTML template importing, Database migration, Database fetching, Login and registration, admin panel(auto in django), contact form)

main project is "django_website"

rest there are apps-

  • travello(a website)
  • accounts(for login and logout)
  • templates(for storing HTML pages)
  • media(for saving uploaded images)
  • static(for keeping static contact like img, csss and js)
  • assests(created by django to store static content to enhance process)
  • csvDB_files- it contains 2 files in csv format

Database used-

postgres(with UI pgadmin)

INFO-

all main fiels are inside django_website directory as it is main project

  • urls.py- for all rotuing
  • settings.py- for all settings

running project-

  • create a virtual env for django(I named it test)
  • open cmd and goto project directory and type in cmd-
  • for working on virtual env- workon test
  • for running server- python manage.py runserver

URLs-

  • user- admin
  • pass- 1234

postgres account-

  • user- postgres
  • pass- 1234

Migrations-

  • create a ModelClass in models.py with column description
  • open cmd and goto project directory and type in cmd-
  • for creating migration file- python manage.py makemigrations <app_name>
  • for migrating - python manage.py migrate

About

Basic website using Django framework of python including HTML template importing, Database migration, Database fetching, Login and registration, admin panel(auto in django) and contact form


Languages

Language:CSS 36.6%Language:JavaScript 31.4%Language:SCSS 14.9%Language:Less 14.8%Language:Python 1.3%Language:HTML 1.0%