Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.14 KB

these are trial and errors based on a existing project template.

#TODO

add a Twitter button on the login and sign-in templates

add a logout functionality

replace the email identification with the PSA one ( currently not working as we focused on Twitter)

add what is required to collect from the pipeline teh user avatar and the profile details

document what has changed between edge and this one

make a template from this and send to Arun

my_proj

my_proj is a short description. It is built with Python using the Django Web Framework.

This project has the following basic apps:

  • App1 (short desc)
  • App2 (short desc)
  • App3 (short desc)

Installation

Quick start

To set up a development environment quickly, first install Python 3. It comes with virtualenv built-in. So create a virtual env by:

1. `$ python3 -m venv my_proj`
2. `$ . my_proj/bin/activate`

Install all dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Detailed instructions

Take a look at the docs for more information.