Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylein/fyle-accounting-integrations
Integrating Fyle with Accounting Systems
https://github.com/fylein/fyle-accounting-integrations
team-integrations
Last synced: about 3 hours ago
JSON representation
Integrating Fyle with Accounting Systems
- Host: GitHub
- URL: https://github.com/fylein/fyle-accounting-integrations
- Owner: fylein
- License: mit
- Created: 2019-05-03T06:22:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T22:58:43.000Z (3 months ago)
- Last Synced: 2025-01-01T12:39:12.257Z (5 days ago)
- Topics: team-integrations
- Language: CSS
- Size: 2.98 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fyle-accounting-integrations
Integrating Fyle with Accounting Systems## Dev Environment Setup
Follow these steps to setup your dev environment
* Install requirements using `pip install -r requirements.txt`
* Run migrations using `python manage.py migrate`
* Create a superuser using `python manage.py createsuperuser`
* Copy the environments file `cp .env.sample .env` and update the variables
* Start the server using `python manage.py runserver`Setup the Oauth2 Integration
* Open the admin panel at http://127.0.0.1:8000/admin
* Edit the existing `Sites` object and set the domain name to `127.0.0.1`
* Add a `social application` with provider as Fyle and other relevant details.That's it now you have enabled Fyle Oauth2 integration for login.
Load the seed data with the command `python manage.py loaddata seed_data`