Skip to content

karen-mikaela/terra_tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terra_tv_car

The source code is a test using mongoengine and flask

Installation

  1. Install pip
  2. Make a virtualenv for this project: $ virtualenv venv
  3. Activate venv $ . venv/bin/activate
  4. Install the required dependencies:
$   pip install -r requirements.txt

Run the terra_tv:

python manage.py runserver

Goto: http://localhost:5001

Use this credentials to login : urs: admin , passwd: admin

Run testes:

    python tests/terra_tv_car_tests.py

Todos

  • Resize photos
  • improving login
  • improving validate form
  • Activate the testing config to use another db.

References

Write a Tumblelog Application with Flask and MongoEngine tutorial.

About

A simple test with python, flask and mongoengine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published