Skip to content

Eswar-13/cs315

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Django Project

Installation & Setup

  1. Clone the repository (or download and unzip):

    git clone https://github.com/Eswar-13/cs315.git
    cd <path_of_folder>
    
  2. Install Django:

    pip install django
    
  3. Apply database migrations:

    python3 manage.py makemigrations
    python3 manage.py migrate
    
  4. Run the development server:

    python manage.py runserver
    
  5. Open the app in your browser:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors