Skip to content

the-akira/Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Project

Small Django Project for learning purposes. Inspired by the tutorial series of Corey Schafer.

Installation

Clone the Repository

git clone https://github.com/the-akira/Django-Project.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Navigate to django_project and Run the Application

python manage.py runserver

You can now open your Web Browser and navigate to http://127.0.0.1:8000/ to see the Web Application.

About

Small Django Project for learning purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •