bb326bfed81c79ba02f123ade85170e67afa2d76
				
			
			
		
	ojuso-map
Kickass map for the Ojuso Project
Getting Started
Install System Dependencies
$ cat system-requirements.txt | sudo apt-get install -y
Please note, the system dependencies have only been tested on Debian Stretch.
Bootstrap the Virtual Environment
Get your Python 3 environment on the go:
$ python3 -m venv .venv
Configure the Environment
$ export DEBUG=1
$ export DJANGO_SETTINGS_MODULE=ojusomap.settings
Install the Python Dependencies
$ pip3 install -r requirements.txt
If you run into issues with psycopg2 you may need to run the following:
$ pip uninstall psycopg2 && pip install --no-binary :all: psycopg2
Run The Migrations
$ python manage.py migrate
Run The Tests
$ pip install -r test_requirements.txt
$ pytest -v
Description
				
					Languages
				
				
								
								
									Python
								
								84.2%
							
						
							
								
								
									HTML
								
								9%
							
						
							
								
								
									JavaScript
								
								5.2%
							
						
							
								
								
									CSS
								
								1%
							
						
							
								
								
									Dockerfile
								
								0.3%
							
						
							
								
								
									Other
								
								0.3%