Skip to content

AnuragQ/FindYourGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindYourGuide

Setting Up and Running the Project

Prerequisites

  1. Python:

  2. Virtual Environment:

    • It's recommended to use a virtual environment to isolate project dependencies.
      # Create a virtual environment
      python -m venv venv
      
      # Activate the virtual environment
      source venv/bin/activate  # On Unix-based systems
      .\venv\Scripts\activate  # On Windows
  3. Install Dependencies:

    • Install Django using pip within your virtual environment.
      pip install django
      pip install pillow
      pip install stripe
      pip install pyyaml user-agents
  4. Configure:

    python manage.py migrate
    # To access admin site
    python manage.py createsuperuser
  5. Run Server:

    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors