Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

pzelnip/djangotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Test

Simple toy skeleton of a Django project for playing around with Django.

It's sort of a simple rest api over a single resource of a basic counter object.

Getting Started

Create a Python virtual environment and install the dependencies:

pip install -r requirements.txt
pip install -r requirements-dev.txt

Then make sure you export your DJANGO_SETTINGS_MODULE environment variable:

export DJANGO_SETTINGS_MODULE=djangotest.settings

Running The Tests

python manage.py test djangotest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages