You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
535 B
535 B
FACECOOK
Facecook is a TUM project develop by Adrien Maes The code is based on the Django framework
Run for developpment
- clone the repo
- create a
facecook/settings.py
file with all your parameters, see django doc pip3 install django
, install pip3 first if needed- run
python3 manage.py makemigrations main
andpython3 manage.py migrate
to initialize database - run
python3 manage.py runserver
to run the webserver
Access the production website
a public website is available on https://facecook.maestrom.fr