Skip to content

xarala221/django-phonebook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dajngo PhoneBook. dev to deployment

Getting started with Django, this is a full stack web application.

Setup the application

Make sure you've Python and PIP installed in your local computer.

Clone the repository

$ git clone https://github.com/xarala221/django-phonebook.git
$ cd django-phonebook

Install dependencies

$ pip install -r requirements.txt / pipenv install

Run the application locally

$ python manage.py runserver

Open your browser and verify http://localhost:8000/

Deploy to Heroku

check out the deployment process (Here)