Skip to content

allondata/Django-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Django-example

Django 101 example Step1 : Install Python Step2: Install Django

#At command line execute Step3: django-admin startproject stocks
Step4: cd stocks

#starts a development web server step5: python manage.py runserver

step6: browse http://127.0.0.1:8000/

Result: You should be able to see the web page

About

Django 101 example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published