CSX Website Backend
latest

Contents

  • Development Documentation
    • Documentation
    • Environment Setup
    • Using Git
    • Writing a Django App
  • Deployment Documentation
CSX Website Backend
  • Docs »
  • Development Documentation
  • Edit on GitHub

Development Documentation¶

  • Documentation
    • Building Documentation
    • Documentation Format
  • Environment Setup
    • Python
      • Installing Python
        • Windows
        • Linux
        • macOS
      • Setting Up a Python Virtual Environment
      • Using a Python Virtual Environment
    • Git
      • Installing Git
        • Windows
        • Linux
        • macOS
      • Using Git
    • The Editor
      • VSCode
        • Configuring VSCode
      • PyCharm
        • PyCharm Project Settings
          • Project Interpreter
          • Django Support
          • Run/Debug Configurations
    • Postgres
      • Installing Postgres
        • Windows
        • Linux
          • Configuring Postgres
        • macOS
      • Creating a User and Database
        • Accessing the Postgres CLI
          • Windows
          • Linux
          • macOS
        • Creating a User
        • Creating a Database
  • Using Git
    • Cloning a Repository
    • Pulling Changes
      • The Fetch Command
    • Making Changes
      • Committing Your Changes
      • Pushing Your Changes
  • Writing a Django App
    • Creating the App
    • Models
      • Model Fields
      • The Meta Class
        • Model Permissions
      • Example Model
    • Migrations
    • Views
      • Class Based Views
      • Function Based Views
    • Templates
      • Template Language Syntax Cheat Sheet
      • Template Inheritance
      • Context
    • URLs
    • The admin.py File
Next Previous

© Copyright 2020, BHCC CSX Revision 457bed04.

Built with Sphinx using a theme provided by Read the Docs.