Skip to content

This is sample webapplication created using Python Django framework

Notifications You must be signed in to change notification settings

kunaltaitkar/django_webapp_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Webapp Example

This repository contains sample webapp created using python django framework

1. To create project

django-admin startproject webapp

2. To create virtual environment

cd webapp

windows

py -m venv EnvironmentName

linux/MacOS

python -m venv EnvironmentName

3. To run web application

python manage.py runserver

About

This is sample webapplication created using Python Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages