Skip to content

T-Python-June-24/LAB-DJANGO-FIRST-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LAB-DJANGO-FIRST-PROJECT

Using what you've learned today, Create Your First Django project , and run it successfuly !

Choose any name for your project .

After creating a virtual environment and activating it:

  • pip install django
  • django-admin startproject ProjectName
  • cd ProjectName
  • python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors