Skip to content

Django based template for a producer website with events, tickets and more

License

Notifications You must be signed in to change notification settings

lordksix/producerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Producer Web App

📗 Table of Contents

📖 [Producer Web App]

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.

(back to top)

🛠 Built With

Tech Stack

Client
Framework
Database

Key Features

  • 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

🚀 Live Demo

No live demo available, yet.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: To clone or fork and run it in a browser

Setup

To get this project up and running locally on your computer:

  1. 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:

Install

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

Usage

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
  1. Open a browser to http://127.0.0.1:8000/admin/ to open the admin site
  2. Create a few test objects of each type.
  3. Open tab to http://127.0.0.1:8000 to see the main site, with your new objects.

Run tests

There are no test available for this project.

Deployment

To deploy this project, use any web hosting service.

This project is not deployed yet.

(back to top)

👥 Authors

👤 Author

(back to top)

🔭 Future Features

Future changes:

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

🙏 Acknowledgments

(back to top)

❓ FAQ

  • Do I need a IDE or a special text editor to make changes?

    • No, you don't. You can use NotePad to make changes.

(back to top)

📝 License

This project is GNU GENERAL PUBLIC LICENSE V3 licensed.

(back to top)

About

Django based template for a producer website with events, tickets and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published