Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docdir

build status

Prelim Stuff (For Ubuntu):

First Install pip For python3 (https://pip.pypa.io/en/latest/installing.html):

sudo apt-get install python3-pip

Then Install Django 1.8.3 (https://docs.djangoproject.com/en/1.8/topics/install/):

sudo pip3 install Django

Check if SQLite is installed:

which sqlite3

If it wasn't, install it:

sudo apt-get install sqlite3 libsqlite3-dev

Web Application

The web application is written in django, and is Python 3 compatible. It can be controlled with the manage.py script, see:

python manage.py help

Getting Started

First you'll have to migrate the database. Because the application uses sqlite, the setup procedure is simple:

python manage.py migrate

With database in hand, start the development server:

python manage.py runserver

Navigate your browser to the server URL, by default http://127.0.0.1:8000/.

To use the admin tools, located at the running server's /admin path, you must create an admin account:

python manage.py createsuperuser

About

a directory of doctors and health plans

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages