To set up and run your Django project, follow these steps:
-
Make Migrations:
python manage.py makemigrations
-
Apply Migrations:
python manage.py migrate
-
Start the Django Development Server:
python manage.py runserver
Import the provided Postman collection file for testing the Tron Wallet APIs. Follow these steps:
-
Open Postman.
-
Click on the "Import" button.
-
Select "Tron Wallet API.postman_collection.json" from your files.
-
The collection will be imported, allowing you to test the APIs seamlessly.
Now you're ready to interact with your Django project and test the Tron wallet APIs using Postman.