Skip to content

fabianjacott/addressbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic address book application made in Django 2.2

Instructions to setup the application:

  1. Clone repository: https://help.github.com/en/articles/cloning-a-repository

  2. Create and enable virtual environment: https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/

  3. Install requirements.txt file: Command: pip install requirements.txt

  4. Run migrations: Command: python manage.py migrate

  5. Create super user: Command: python manage.py createsuperuser

  6. Run server: Command: python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published