Skip to content

A Single Page Application with Django framework, Vanilla JS, PostgresSQL...

Notifications You must be signed in to change notification settings

tham-le/ft_transcendence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environement file

name : .env

position : ./ (at the root of project)

env file :

DJANGO_SUPERUSER_USERNAME=
DJANGO_SUPERUSER_PASSWORD=
DJANGO_SUPERUSER_EMAIL=
DOMAIN=
IP=1
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
CLIENT_ID=
CLIENT_SECRET=

The CLIENT_SECRET need to be secret and don't print it

The last of project

  • Need to remove the DEBUG = True on settings.py
  • Need to remove the watchdir

Remove all pycache command

sudo find . -type d -name __pycache__ -exec rm -r {} +

About

A Single Page Application with Django framework, Vanilla JS, PostgresSQL...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.6%
  • JavaScript 29.2%
  • CSS 17.7%
  • HTML 9.8%
  • Shell 0.3%
  • Dockerfile 0.2%
  • Makefile 0.2%