Skip to content

An initial repo of django to learn to build my first site using python.

Notifications You must be signed in to change notification settings

atishnaik8805/django-mysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-mysite

An initial repo of django to learn to build my first site using python. This contains the All the django concepts that have been explained in the documentation of django.

How to run it.

  1. First you need python intslled in your system.
  2. Install an Virtualenv to work with this project(or in case any other python project as it provides an isolated envirornment).
  3. Install django-admin
  4. To set up the database part of django-mysite projrct "python manage.py migrate"
  5. To run the project "python manage.py runserver"

About

An initial repo of django to learn to build my first site using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published