tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Create Working Django App

tomik-z-cech opened this issue · comments

As a Site Developer, I need to set all dependencies, correctly set settings.py and create working app in local environment.

Acceptance Criteria :

All dependencies are installed, settings.py all set for local view and when project is ran locally, symbol of correctly set app is shown (rocket).

Tasks :

  • Create Virtual Environment
  • Install Django
  • Install Psycopg2
  • Install dj-database
  • Insatll AllAuth
  • Install Crispy Forms
  • Freeze all modules to requirements.txt
  • Set-up settings.py

Epic :
EPIC 1

This was done in commit c8d2a30.