diff --git a/README b/README index e52960c..879faa9 100644 --- a/README +++ b/README @@ -36,3 +36,6 @@ COMO CONTRIBUIR? O QUE VEM A SEGUIR? Idealizar um CMS que atenda as necessidades do portal. + +APPS NECESSARIAS + Dentro do requirements.txt na raiz do projeto diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a5079c3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Django=1.3.1 +django-tagging==0.3.1 \ No newline at end of file