Official Application for Straight International Limited
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Website:
A simple inventory management system built with Django. Users can add stock item and generate bills. All data is stored in database and are rendered in real time
This is an example of how to list things you need to use the software and how to install them.
- python
python --version
-
Clone the repo
git clone https://github.com/RFNshare/StraightIntLtd.git
-
Install packages
pip install -r requirements.txt
-
After the first time, the following can be run to migrate model changes in any app
python manage.py makemigrations
python manage.py migrate
-
Use the following command to create an admin user
python manage.py createsuperuser
python manage.py runserverFor more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature) - Commit your Changes (
git commit -m 'Add some Feature') - Push to the Branch (
git push origin feature/Feature) - Open a Pull Request
MIT License
Copyright (c) 2021 Abdullah Al Faroque
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Your Name - @rfnshare - rfnshare@gmail.com
Project Link: StraightIntLtd


