Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

[DISCONTINUED] -- A Django project to help new entrepreneurs.

License

Notifications You must be signed in to change notification settings

nVentiveUX/mystartupmanager

Repository files navigation

MyStartupManager

Build Status

Welcome to MyStartupManager, an open source web application to manage easily some parts of your startup company such as: leaves, employees, contracts...

Contents

Quick start

# Install project dependencies
mkvirtualenv -p /usr/bin/python3 -r requirements/develop.txt mystartupmanager

# Run database migrations
./manage.py migrate

# Create administrator account and set password
./manage.py createsuperuser --username admin --email admin@localhost --noinput
./manage.py changepassword admin

# Run the test server
./manage.py runserver

Test server is listening on http://127.0.0.1:8000.

Site administration is accessible from http://127.0.0.1:8000/admin. Login using the administration account created earlier.

Back to top

About

[DISCONTINUED] -- A Django project to help new entrepreneurs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published