Skip to content

Little project of a contact book using python with framework pyramid, and jinja2 for templates

Notifications You must be signed in to change notification settings

Igorolivei/pycontacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyContacts

PyContacts is a little project made with Python, Pyramid web framework, MongoDB and Jinja2.

Installing and Running (on Linux)

  • Set an environment variable: $ export VENV=~/my_path/env
  • Create a virtual environment: $ python3 -m venv $VENV
  • Clone this repository: $ git clone https://github.com/Igorolivei/pycontacts.git
  • Run setup.py: $ $VENV/bin/pip install -e .
  • Initialize PyContacts using development.ini: $ $VENV/bin/pserve development.ini --reload
  • To run tests, execute: $VENV/bin/py.test contact_book/tests.py -q

  • Informations about how to create and use database and collections in the file mongo_structure.txt

About

Little project of a contact book using python with framework pyramid, and jinja2 for templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published