Skip to content

ilonajulczuk/django-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-tags

Simple project that illustrate how to create modern API for resources with tags using django.

Running a project

To run a project, you first have to install all dependencies. Project uses python 3.4 and although it might work with different versions of python, I haven't tested it.

I recommend you using virtualenv or virtualenvwrapper project.

$ pip install -r requirements.txt

After you have everything installed, to run the app type

$ cd tags
$ ./manage.py migrate
$ ./manage.py runserver

App should be now available in your browser on port :8000.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages