Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Devcube is a Website where we can Create/Join Study Rooms and have discussions Regarding vasious Topics Based on the Room

Notifications You must be signed in to change notification settings

daljeeet/devcube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-course

complete django course tutorial and practice

Initial Setup

Install virtual env

pip install virtualenv

name virtual env

virtualenv env

Start virtual env

env\scripts\activate

To deactivate env

env\scipts\deactivate

Install Django

pip install django

Create initial file structure

django-admin startproject project .

Run server

python manage.py runserver

About

Devcube is a Website where we can Create/Join Study Rooms and have discussions Regarding vasious Topics Based on the Room

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.0%
  • Python 22.4%
  • HTML 3.3%
  • Other 1.3%