Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.21 KB

Description

Document Archiving system is made for archive simple document.

Installation

Installing the latest stable version is simple. But make sure first you have python install on your system. You can use virtualenv or any wrapper to create Virtual Environment. I have used pipenv.

$ pip install pipenv

Check this for more information about pipenv

Install directly from git.

$ git clone https://github.com/purkayasta/Document-Archiving-catalog.git
$ cd Document-Archiving-catalog
$ pipenv install

Make sure delete all the migrations in the migration folder and do database migration.

$ python manage.py makemigrations
$ python manage.py migrate

Run the app by writting this commad.

$ python manage.py runserver

Some screenshot are given below

Homepage

homepage

2.Upload

upload

3.Searching

searching