Skip to content

haseebsultankhan/azurefunctiontest

Repository files navigation

ReleCloud sample

This is a sample Django project used for Beginner's Series: Django. It's a fictitious company offering tours to space.

Install and startup steps

  1. Clone the repository

    git clone https://github.com/microsoft/beginners-django
    cd beginners-django/demo-code
  2. Install the prerequisites

    # Linux/macOS/BASH
    python3 -m venv venv
    source ./venv/bin/activate
    pip install -r requirements.txt
    
    # Windows
    python -m venv venv
    .\\venv\\scripts\\activate
    pip install -r requirements.txt
  3. Open the project in Visual Studio Code

    code .

SQLite database

For this sample, the SQLite database is included. Typically this would be ignored in the .gitignore file. To ensure a working site with data was provided, the starting database is included.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published