EVE-Tools / element43

Market, Trade and Industry Manager for EVE Online
BSD 3-Clause "New" or "Revised" License
81 stars 25 forks source link

Initial Manufacturing Tool Pull Request #8

Closed jenslauterbach closed 11 years ago

jenslauterbach commented 11 years ago

Finally. Here it is. The first version of my Manufacturing Tool. I tried hard to make merging it as easy as possible.

But urls.py will have to be merge manually. The important thing is, that I only added the following to the urls.py:

urlpatterns += patterns('', 
    url(r'^manufacturing/', include('apps.manufacturing.urls')),
)

The rest of the conflicts in urls.py comes from different formatting options I use (zweizeichen and I already started a discussion on that).