Skip to content

bootcamp-students/template-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Template

Setup

After creating your project, some additional configuration is required to allow the project to run in Gitpod.

  1. Install the django-cors-headers package and follow the Setup instructions in the README.

  2. Add the following to the project's settings.py:

    CSRF_TRUSTED_ORIGINS = ['https://*.gitpod.io']
    CORS_ALLOWED_ORIGIN_REGEXES = [
        r"^https://.*\.gitpod\.io$",
    ]
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.6%
  • Dockerfile 44.4%