Skip to content

guilhermetoti-luizalabs/django-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-crud

Installation

Create a virtualenv (use virtualenvwrapper):

mkvirtualenv django-crud

Install requirements via pip:

pip install django/requirements/development.txt

Make migrations:

# on django/django-crud
./manage.py makemigrations

Create database tables:

# on django/django-crud
./manage.py syncdb

Run the project:

# on django/django-crud
./manage.py runserver

Tests

To run the test suite, execute:

make test

To show coverage details (in HTML), use:

make test html

About

Just a simple CRUD with django 1.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published