Skip to content

A web business incubation administration system (BIS) built on Django. Manage your projects and entrepreneurs, generate reports, send notifications all in one system.

Notifications You must be signed in to change notification settings

AgustinMachiavello/business-incubation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 'OpenSeed'

Online incubation administration system.

Developer team and contact

Petra Sánchez - petrasanchez83@gmail.com Juan Pablo Luzuriaga - jp.luzu@gmail.com Nicolás Machado - nicomach99@gmail.com Agustín Machiavello - agmachiavello@gmail.com

Motivation

Presented as the 2021 computer science final career project under the name of 'OpenSeed'.

Rights and Licence

MIT License.

You are free to do whatever you want :)

Useful commands 💻

Reset migrations

We do not recommmend reseting your migrations unless you know what your are doing. It may cause unconsistency problems on your database.

This is based on the following Online tutorial.

Go through each of your projects apps migration folder and remove everything inside, except the __init__.py file.

Or if you are using a unix-like OS you can run the following script (inside your project dir):

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete find . -path "*/migrations/*.pyc" -delete

Remove caché

find . -name __pycache__ -type d -print0|xargs -0 rm -r --

Sync database

python3 manage.py migrate --run-syncdb

thanks for reading :)

About

A web business incubation administration system (BIS) built on Django. Manage your projects and entrepreneurs, generate reports, send notifications all in one system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published