Skip to content

Learn Django by doing . & Basic CRUD Operations using Views & Class Based Views & Much More ........

Notifications You must be signed in to change notification settings

saadazghour/Django-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Training

Project for test my knowledge and more Practice

Running the Project Locally

First, clone the repo to your local machine :

$ git clone https://github.com/SAzghour/Django-Training.git

Create a virtual environment :

$ python -m venv .venv

Activate the virtual environment on Windows :

$ source venv/Scripts/activate

Install the requirements :

$ pip install -r requirements.txt

To create an superuser account, use this command :

$ python manage.py createsuperuser

Apply the migrations :

$ python manage.py migrate

Finally, run the development server :

$ python manage.py runserver

The project will be available at : http://localhost:8000

About

Learn Django by doing . & Basic CRUD Operations using Views & Class Based Views & Much More ........

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published