Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennylope/django-selenium-tut
Introduction to Django and Selenium
https://github.com/bennylope/django-selenium-tut
Last synced: 29 days ago
JSON representation
Introduction to Django and Selenium
- Host: GitHub
- URL: https://github.com/bennylope/django-selenium-tut
- Owner: bennylope
- Created: 2012-04-24T21:13:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-24T22:07:30.000Z (over 12 years ago)
- Last Synced: 2023-03-10T21:19:06.929Z (over 1 year ago)
- Language: Python
- Size: 130 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Getting started with Django and Selenium
========================================* Install the requirements::
pip install --requirement requirements.txt
* Run the tests::
python manage.py test myapp