Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

kilian-v/first_django_work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Training

This is my first simple website built with Django that I had to do during my internship. It's a website where users will use Facebook to log in and then have a list of restaurants. As soon as they click on a restaurant they will be able to see details such as location, opening and closing hours.


Running the project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

Used links

https://www.digitalocean.com/community/tutorials/django-authentication-with-facebook-instagram-and-linkedin#step-2-—-facebook-authentication

https://www.youtube.com/watch?v=YZvRrldjf1Y&t=937s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published