Skip to content

surenjanath/Django-Medium-Article

Repository files navigation

Django-Medium-Article


MediumProject

Here is a live deployment of the website : Live

Creating a website with Django and installing a template and passing data to the template from form.

Medium Article Section Visitors Feedback

Key Features

  • Setting up Django
  • Running Django Local Server
  • Adding Template
  • Setting up the Template to show in our local server
  • Connecting Feedback Form and Linking it to Visitors' Feedback block
  • Display our Database to our website
  • Now connecting our form to our feedback block and to our database

How To Use

To clone and run this application, you'll need Git, Django and python From your command line:

# Clone this repository
$ git clone https://github.com/surenjanath/Django-Medium-Article.git

# Install django if you already don't have it.
$ pip install django

# Run the manage.py
$ python manage.py runserver

You can find the medium articles here :

  1. Creating a website with Django and installing a template and passing data to the template from form ( Part 1 )
  2. Creating a website with Django and installing a template and passing data to the template from form ( Part 2 )

License

MIT


GitHub @surenjanath  ·  Twitter @surenjanath

About

This is part 1 to my medium django article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published