Skip to content

Cost Explorer for clients, projects and cost_types with filtering features

Notifications You must be signed in to change notification settings

nishantBoro/cost-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cost Explorer

Install dependencies:

virtualenv <env-name>
source <env_name>/bin/activate
pip3 install requirements.txt

Settings.py:

Open ./costExplorer/settings.example.py Configure your database, put your secret key and rename the file as settings.py

Migrate data to your database:

This will create all the necessary tables in the database:

python3 manage.py makemigrations
python3 manage.py migrate

Create Super-user

This will create a superuser/admin for the site:

python3 manage.py createsuperuser
.
.
python3 manage.py makemigrations
python3 manage.py migrate

Run development server

python3 manage.py runserver

About

Cost Explorer for clients, projects and cost_types with filtering features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages