Giter Site home page Giter Site logo

assignment3_bonvoyage's Introduction

To use this application: Create a new PyCharm Django Project using this folder for the source. Answer 'Yes' when prompted to use the files from this folder for the new project. Settings: Set up the project interpreter to reference your Python 3.7 installation. Settings: Add a new Virtual Environment

Open the Terminal Window:

  1. Now run your virtual environment by running the activation script we need to navigate to the venv\Scripts directory: Run the command 'cd venv\Scripts'

  2. Now activate the scripts: Run the command 'activate'

  3. Navigate back to the repository directory: Run the command 'cd..' twice

  4. Install the required packages: Run the command 'pip install -r requirements.txt' This command will install the required packages to run the application.

  5. Make the migrations for the database model: Run the command 'python manage.py migrate'

  6. Create a superuser: Run the command 'python manage.py createsuperuser' Enter the username, Email and password for the superuser.

  7. Run the server: Run the command 'python manage.py runserver'

  8. Click on the link that is displayed in the terminal window to launch the application.

To deactivate the virtual environment. Navigate to the venv\Script directory (use the command of Step 1) and run the command 'deactivate'

assignment3_bonvoyage's People

Contributors

shravya9506 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.