dmayers340 / itech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check us out on Python Anywhere at https://findafountain.pythonanywhere.com/

The website makes use of Google Maps geolocation and it is highly recommended to run it as a secure HTTPS site, with location services enabled.

To Start the Project:

1.) Create a folder on your computer

2.) Create a virtual environment (python -m venv myvenv) MAKE SURE IT IS PYTHON 3.6

3.) On Mac ACTIVATE venv (source myvenv/bin/activate) On Windows Activate venv (myvenv/Scripts/activate)

4.) Clone github repository (git clone https://github.com/dmayers340/itech.git)

5.) CD into itech (cd itech)

6.) Install Django (pip install django~=1.11.0)

7.) pip install pillow

8.) pip install bcrypt

9.) python manage.py makemigrations

10.) python manage.py migrate

11.) python manage.py addfountains

12.) python manage.py addusers

13.) python manage.py addprofiles

14.) python manage.py addreviews

Itech Folder Structure:

-fountain (PROJECT FOLDER-has settings/urls/wsgi)

-findafountain (app--has app shit)

-static 

	-css
	
	-img
	
	-jquery
	
	-js
	
-templates

-manage.py 

About


Languages

Language:JavaScript 85.2%Language:HTML 8.3%Language:Python 5.7%Language:CSS 0.7%