Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#163940549 Set up project folder/file structure and database configuration. #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

katherine95
Copy link
Owner

What does this PR do?

Has the project's folder structure and necessary files to kickstart the project.

Description of Task to be completed?

Create project folders/files and set up database configuration.

How should this be manually tested?

  1. Clone this repository:
    git clone https://github.com/katherine95/Car-trade.git
  2. Change the directory into the project directory:
    cd Car-trade
  3. Fetch all origin to get all branches:
    git fetch origin
  4. Checkout to develop branch:
    git checkout develop
  5. Activate virtual environment:
    source venv/bin/activate
  6. Install requirements(all packages that the project needs):
    pip install -r requirements.txt
  7. Start server
    python manage.py runserver
  8. Head over to admin url on browser localhost:8000/admin and localhost:8000:

Screenshots

image
image

What are the relevant pivotal tracker stories?

#163940549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant