PragmaticMates / django-invoicing

Django app for invoicing
GNU General Public License v2.0
99 stars 36 forks source link

No Documentation #6

Open FredrickUghimi opened 3 years ago

FredrickUghimi commented 3 years ago

No documentation? Getting started? Nothing?

periwinkleFTW commented 3 years ago

Clone repo

git clone 'repo url'

Change to project's dir

cd django-invoicing

Setup your virtual environment (venv or conda, whatever you prefer)

Install requirements

pip install -r requirements.txt

Run server

python manage.py runserver

Nqabeni commented 3 years ago

Does this work with Django 3.0? I see that requirement.txt only indicates django version 1.

periwinkleFTW commented 3 years ago

I changed the requirements and edited the urls and it worked in django 3

FredrickUghimi commented 3 years ago

Great!

Still no documentation? A little 'how to' or 'get started'?

Kind regards.

On Tue, Jan 5, 2021, 11:15 AM periwinkleFTW notifications@github.com wrote:

I changed the requirements and edited the urls and it worked in django 3

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PragmaticMates/django-invoicing/issues/6#issuecomment-754543438, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBTMCQVS5KUUWIE5NLTGOLSYLRE5ANCNFSM4SX2DJ4Q .