- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Producer Web App is a project for a company that requires a company website where it can login to manage its data, show information about the company and, also to showcase its past, current and future projects, sell tickets, show availability in events, with more function to be added.
Client
Framework
Database
- Lading Page for activities
- Mobile first development
- Responsiveness and flexibility for any screen size
- Fast access to social media and other ways of contact
- Easy to the eyes and cultivating at the same time
- Capability to Play and Plug with DB
- Dinamic creation of content
No live demo available, yet.
To get a local copy up and running, follow these steps.
In order to run this project you need: To clone or fork and run it in a browser
To get this project up and running locally on your computer:
- Set up the Python development environment.
We recommend using a Python virtual environment.
Note: This has been tested against Django 3.11.1 (and may not work or be "optimal" for other versions).
Clone this repository to your desired folder where the virtual enviroment is applied:
For example, using Ubuntu:
cd my-desired-folder
git clone git@github.com:lordksix/producer-wesite.git
For more information on how to clone or fork a repository:
Assuming you have Python setup, run the following commands (if you're on Windows you may use py
or py -3
instead of python
to start Python):
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py collectstatic
python3 manage.py test # Run the standard tests. These should all pass.
python3 manage.py createsuperuser # Create a superuser
To run the project, the following command has to be followed inside the project producerApp folder.
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
- Open a browser to
http://127.0.0.1:8000/admin/
to open the admin site - Create a few test objects of each type.
- Open tab to
http://127.0.0.1:8000
to see the main site, with your new objects.
There are no test available for this project.
To deploy this project, use any web hosting service.
This project is not deployed yet.
👤 Author
- GitHub: @lordksix
- Twitter: @wapasquel
Future changes:
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.
-
Do I need a IDE or a special text editor to make changes?
- No, you don't. You can use NotePad to make changes.
This project is GNU GENERAL PUBLIC LICENSE V3 licensed.