Skip to content

⚡Django Project Management Workshop that manages coaches students and projects.

Notifications You must be signed in to change notification settings

ahlem-phantom/Django-Project-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management Workshop

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/ahlem-phantom/Django-Workshop.git
$ cd Django-Workshop

Create a virtual environment and activate it:

$ virtualenv env 
$ .\scripts\activate

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv.

Install django for the first time if you don't have it :

$ pip install django==3.2

Once pip has finished downloading the dependencies:

(env)$ cd project
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

Releases

No releases published

Packages

No packages published