This repository was archived by the owner on Jan 15, 2019. It is now read-only.
Updating django-knowledge for Django 2.0.1#72
Open
ktryber wants to merge 14 commits intozapier:masterfrom
Open
Updating django-knowledge for Django 2.0.1#72ktryber wants to merge 14 commits intozapier:masterfrom
ktryber wants to merge 14 commits intozapier:masterfrom
Conversation
…y imported the views into the urls. Django doesn't use south anymore. To integrate into my project I just renamed the migrations folder to south_migrations and deleted all of the .pyc files. This allowed me to makemigrations.
… to just check True/False
…nt for my project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Zapier,
I'm a pretty new developer, I'm currently building a point of sale system for my company that i've built with django. I wanted to also integrate a knowledge base for all of the processes that we've written. This project had the nuts and bolts of what I wanted so I installed it into my project and updated everything to get it working. While doing that I thought I'd contribute to my first ever project on github. I know that you guys don't maintain this anymore so I'm not sure if you guys will see this but it's worth a shot. Any feedback would be great and I apologize for any commit messages that aren't very clear. You can tell that I work alone most of the time.